Shades of Burgundy #84001F
Tints of Burgundy #84001F
RGB
CMYK
RGB Variations
Color information
#84001F (or 0x84001F) is known color: Burgundy. HEX triplet: 84, 00 and 1F. RGB value is (132,0,31). Sum of RGB (Red+Green+Blue) = 132+0+31=163 (21% of max value = 765). Red value is 132 (51.95% from 255 or 80.98% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 31 (12.5% from 255 or 19.02% from 163); Max value from RGB is 132 - color contains mainly: red. Hex color #84001F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84001F is #7BFFE0. Grayscale: #2B2B2B. Windows color (decimal): -8126433 or 2031748. OLE color: 2031748.
HSL color Cylindrical-coordinate representation of color #84001F: hue angle of 345.91º 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 #84001F is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 0 | 31 | - |
| CMYK | 0 | 1 | 0.77 | 0.48 |
| HSL | 345.91º | 1% | 0.26% | - |
| HSV(B) | 345.91º | 1% | 0.52% | - |
| XYZ | 9.76 | 5 | 1.75 | - |
| YUV | 43 | 121.23 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 0 | 31 | 0 | 1 | 0.77 | 0.48 | 345.91 | 1 | 0.26 |
| Hex | 84 | 0 | 1F | 0 | 64 | 4D | 30 | 15A | 64 | 1A |
| Octal | 204 | 0 | 37 | 0 | 144 | 115 | 60 | 532 | 144 | 32 |
| Binary | 10000100 | 0 | 11111 | 0 | 1100100 | 1001101 | 110000 | 101011010 | 1100100 | 11010 |
Color Harmonies of #84001F
Complementary color
Monochromatic Colors of #84001F
Black with #84001F
Text Example
Text Example
White with #84001F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84001F; }
p { color: rgb(132,0,31); }
H1.HeaderClassName
{
color: #84001F;
}
.AnyTagClassName
{
color: #84001F;
}
</style>
background-color css
<style>
a { background-color: #84001F; }
a { background-color: rgb(132,0,31); }
div.DivClassName
{
background-color: #84001F;
}
.BgClassName
{
background-color: #84001F;
}
</style>
border-color css
<style>
span { border-color: #84001F; }
span { border-color: rgb(132,0,31); }
td.TdClassName
{
border-color: #84001F;
}
.TagClassName
{
border-color: #84001F;
}
</style>