Burgundy color: hex codes, shades and palettes
Palettes built around burgundy. Click any swatch to copy its hex code.
Burgundy is #800020, deep vivid red. Below are its shades with hex codes, the values in every common format, and burgundy color palettes to copy.
Burgundy hex, RGB, HSL and OKLCH
- HEX
#800020- RGB
rgb(128, 0, 32)- HSL
hsl(345, 100%, 25%)- OKLCH
oklch(38.0% 0.152 18.6)- On white
- 10.83:1
- On black
- 1.94:1
Shades of burgundy
9 steps from one base color, generated in OKLCH so each step is an equal perceived step rather than an equal numeric one. Click a swatch to copy it.
Burgundy color values
| RGB | 128 | 0 | 32 | |
|---|---|---|---|---|
| HSL | 345° | 100% | 25% | |
| HSV | 345° | 100% | 50% | |
| CMYK | 0.00 | 1.00 | 0.75 | 0.50 |
| XYZ | 9.1639 | 4.6950 | 1.7899 | |
| Yxy | 4.6950 | 0.5856 | 0.3000 | |
| CIE-Lab | 25.8476 | 48.8945 | 21.2972 | |
| Hunter Lab | 21.6680 | 37.5731 | 10.2698 | |
| OKLCH | 38.0% | 0.152 | 18.6° |
#800020 is 128 red, 0 green and 32 blue. Its red channel carries the most of it. The nearest of the 216 web safe colors is #990033.
CIE-Lab, XYZ and Yxy are measured against D65, the white point sRGB itself is defined against. Hunter Lab uses the original illuminant C constants, which is what paint and plastics specifications quote, so the two Lab rows are not directly comparable. CMYK is the plain arithmetic conversion: real ink values depend on the press, the paper and the profile.
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10000000 | 00000000 | 00100000 |
| Octal | 200 | 0 | 40 |
| Decimal | 128 | 0 | 32 |
| Hex | 80 | 00 | 20 |
#800020 mixed with black
Ten even steps of the classic shade ramp, worked out in RGB, which is how the term has always been defined and how other references list it. The OKLCH scale further down this page answers a different question: it steps by equal perceived amounts, so its values are not the same.
- #800020
- #73001C
- #660019
- #590016
- #4C0013
- #400010
- #33000C
- #260009
- #190006
- #0C0003
- #000000
#800020 mixed with white
The tint ramp, by the same rule in the other direction.
- #800020
- #8C1936
- #99334C
- #A64C62
- #B26679
- #BF7F8F
- #CC99A5
- #D8B2BC
- #E5CCD2
- #F2E5E8
- #FFFFFF
Channel shares
Color schemes
Turned in OKLCH rather than HSL, so every member keeps the lightness and chroma of the original instead of one of them arriving washed out.
Complementary
- #800020
- #004D4F
Triadic
- #800020
- #1A5000
- #003D8D
Analogous
- #800020
- #6C2D00
- #77094F
Monochromatic
- #040000
- #1B0002
- #4B000E
- #800020
- #A83340
- #D25961
- #FC7F85
#800020 on black and on white
The quick brown fox jumps over the lazy dog. 1.94:1
The quick brown fox jumps over the lazy dog. 10.83:1
Body text needs 4.5:1 to meet AA and large text needs 3:1, so a ratio tells you which of the two backgrounds this color can be read on, and at what size.
CSS for #800020
color: #800020;
background-color: #800020;
border: 3px solid #800020;
box-shadow: 1px 1px 3px 2px #800020;
text-shadow: 4px 4px 2px rgba(128, 0, 32, 0.8);
/* Perceptually even, and what a modern stylesheet wants */
color: oklch(38.0% 0.152 18.6);The OKLCH form is the same color stated so that lightening or darkening it moves by an amount the eye agrees with. Every current browser understands it.
Contrast and readability
Burgundy on white measures 10.83:1 and on black 1.94:1. WCAG AA asks for 4.5:1 on normal text and 3:1 on large text and UI components, so the higher of those two decides which background it belongs on. In the scale above, 500 is the first to clear 4.5:1 on white, at 5.71:1.
The contrast checker reports every level for a given pair and suggests the nearest passing shade on the same hue. The color picker builds this same scale from any color you paste in.
Related colors: red, crimson, maroon, salmon, wine. See every shade on the colors index.
No burgundy palettes yet
Run npm run generate to build the dataset.