Shades of Burgundy #84001D
Tints of Burgundy #84001D
RGB
CMYK
RGB Variations
Color information
#84001D (or 0x84001D) is known color: Burgundy. HEX triplet: 84, 00 and 1D. RGB value is (132,0,29). Sum of RGB (Red+Green+Blue) = 132+0+29=161 (21% of max value = 765). Red value is 132 (51.95% from 255 or 81.99% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 29 (11.72% from 255 or 18.01% from 161); Max value from RGB is 132 - color contains mainly: red. Hex color #84001D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84001D is #7BFFE2. Grayscale: #2A2A2A. Windows color (decimal): -8126435 or 1900676. OLE color: 1900676.
HSL color Cylindrical-coordinate representation of color #84001D: hue angle of 346.82º 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 #84001D is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 0 | 29 | - |
| CMYK | 0 | 1 | 0.78 | 0.48 |
| HSL | 346.82º | 1% | 0.26% | - |
| HSV(B) | 346.82º | 1% | 0.52% | - |
| XYZ | 9.74 | 4.99 | 1.61 | - |
| YUV | 42.77 | 120.23 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 0 | 29 | 0 | 1 | 0.78 | 0.48 | 346.82 | 1 | 0.26 |
| Hex | 84 | 0 | 1D | 0 | 64 | 4E | 30 | 15B | 64 | 1A |
| Octal | 204 | 0 | 35 | 0 | 144 | 116 | 60 | 533 | 144 | 32 |
| Binary | 10000100 | 0 | 11101 | 0 | 1100100 | 1001110 | 110000 | 101011011 | 1100100 | 11010 |
Color Harmonies of #84001D
Complementary color
Monochromatic Colors of #84001D
Black with #84001D
Text Example
Text Example
White with #84001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84001D; }
p { color: rgb(132,0,29); }
H1.HeaderClassName
{
color: #84001D;
}
.AnyTagClassName
{
color: #84001D;
}
</style>
background-color css
<style>
a { background-color: #84001D; }
a { background-color: rgb(132,0,29); }
div.DivClassName
{
background-color: #84001D;
}
.BgClassName
{
background-color: #84001D;
}
</style>
border-color css
<style>
span { border-color: #84001D; }
span { border-color: rgb(132,0,29); }
td.TdClassName
{
border-color: #84001D;
}
.TagClassName
{
border-color: #84001D;
}
</style>