Shades of Burgundy #840420
Tints of Burgundy #840420
RGB
CMYK
RGB Variations
Color information
#840420 (or 0x840420) is known color: Burgundy. HEX triplet: 84, 04 and 20. RGB value is (132,4,32). Sum of RGB (Red+Green+Blue) = 132+4+32=168 (22% of max value = 765). Red value is 132 (51.95% from 255 or 78.57% from 168); Green value is 4 (1.95% from 255 or 2.38% from 168); Blue value is 32 (12.89% from 255 or 19.05% from 168); Max value from RGB is 132 - color contains mainly: red. Hex color #840420 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840420 is #7BFBDF. Grayscale: #2D2D2D. Windows color (decimal): -8125408 or 2098308. OLE color: 2098308.
HSL color Cylindrical-coordinate representation of color #840420: hue angle of 346.88º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #840420 is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 4 | 32 | - |
| CMYK | 0 | 0.97 | 0.76 | 0.48 |
| HSL | 346.88º | 0.94% | 0.27% | - |
| HSV(B) | 346.88º | 0.97% | 0.52% | - |
| XYZ | 9.82 | 5.1 | 1.83 | - |
| YUV | 45.46 | 120.41 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 4 | 32 | 0 | 0.97 | 0.76 | 0.48 | 346.88 | 0.94 | 0.27 |
| Hex | 84 | 4 | 20 | 0 | 61 | 4C | 30 | 15B | 5E | 1B |
| Octal | 204 | 4 | 40 | 0 | 141 | 114 | 60 | 533 | 136 | 33 |
| Binary | 10000100 | 100 | 100000 | 0 | 1100001 | 1001100 | 110000 | 101011011 | 1011110 | 11011 |
Color Harmonies of #840420
Complementary color
Monochromatic Colors of #840420
Black with #840420
Text Example
Text Example
White with #840420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840420; }
p { color: rgb(132,4,32); }
H1.HeaderClassName
{
color: #840420;
}
.AnyTagClassName
{
color: #840420;
}
</style>
background-color css
<style>
a { background-color: #840420; }
a { background-color: rgb(132,4,32); }
div.DivClassName
{
background-color: #840420;
}
.BgClassName
{
background-color: #840420;
}
</style>
border-color css
<style>
span { border-color: #840420; }
span { border-color: rgb(132,4,32); }
td.TdClassName
{
border-color: #840420;
}
.TagClassName
{
border-color: #840420;
}
</style>