Shades of Burgundy #84001E
Tints of Burgundy #84001E
RGB
CMYK
RGB Variations
Color information
#84001E (or 0x84001E) is known color: Burgundy. HEX triplet: 84, 00 and 1E. RGB value is (132,0,30). Sum of RGB (Red+Green+Blue) = 132+0+30=162 (21% of max value = 765). Red value is 132 (51.95% from 255 or 81.48% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 30 (12.11% from 255 or 18.52% from 162); Max value from RGB is 132 - color contains mainly: red. Hex color #84001E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84001E is #7BFFE1. Grayscale: #2A2A2A. Windows color (decimal): -8126434 or 1966212. OLE color: 1966212.
HSL color Cylindrical-coordinate representation of color #84001E: hue angle of 346.36º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #84001E is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 0 | 30 | - |
| CMYK | 0 | 1 | 0.77 | 0.48 |
| HSL | 346.36º | 1% | 0.26% | - |
| HSV(B) | 346.36º | 1% | 0.52% | - |
| XYZ | 9.75 | 5 | 1.68 | - |
| YUV | 42.89 | 120.73 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 0 | 30 | 0 | 1 | 0.77 | 0.48 | 346.36 | 1 | 0.26 |
| Hex | 84 | 0 | 1E | 0 | 64 | 4D | 30 | 15A | 64 | 1A |
| Octal | 204 | 0 | 36 | 0 | 144 | 115 | 60 | 532 | 144 | 32 |
| Binary | 10000100 | 0 | 11110 | 0 | 1100100 | 1001101 | 110000 | 101011010 | 1100100 | 11010 |
Color Harmonies of #84001E
Complementary color
Monochromatic Colors of #84001E
Black with #84001E
Text Example
Text Example
White with #84001E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84001E; }
p { color: rgb(132,0,30); }
H1.HeaderClassName
{
color: #84001E;
}
.AnyTagClassName
{
color: #84001E;
}
</style>
background-color css
<style>
a { background-color: #84001E; }
a { background-color: rgb(132,0,30); }
div.DivClassName
{
background-color: #84001E;
}
.BgClassName
{
background-color: #84001E;
}
</style>
border-color css
<style>
span { border-color: #84001E; }
span { border-color: rgb(132,0,30); }
td.TdClassName
{
border-color: #84001E;
}
.TagClassName
{
border-color: #84001E;
}
</style>