Shades of Burgundy #84001C
Tints of Burgundy #84001C
RGB
CMYK
RGB Variations
Color information
#84001C (or 0x84001C) is known color: Burgundy. HEX triplet: 84, 00 and 1C. RGB value is (132,0,28). Sum of RGB (Red+Green+Blue) = 132+0+28=160 (21% of max value = 765). Red value is 132 (51.95% from 255 or 82.5% from 160); Green value is 0 (0.39% from 255 or 0% from 160); Blue value is 28 (11.33% from 255 or 17.5% from 160); Max value from RGB is 132 - color contains mainly: red. Hex color #84001C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84001C is #7BFFE3. Grayscale: #2A2A2A. Windows color (decimal): -8126436 or 1835140. OLE color: 1835140.
HSL color Cylindrical-coordinate representation of color #84001C: hue angle of 347.27º 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 #84001C is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 0 | 28 | - |
| CMYK | 0 | 1 | 0.79 | 0.48 |
| HSL | 347.27º | 1% | 0.26% | - |
| HSV(B) | 347.27º | 1% | 0.52% | - |
| XYZ | 9.73 | 4.99 | 1.55 | - |
| YUV | 42.66 | 119.73 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 0 | 28 | 0 | 1 | 0.79 | 0.48 | 347.27 | 1 | 0.26 |
| Hex | 84 | 0 | 1C | 0 | 64 | 4F | 30 | 15B | 64 | 1A |
| Octal | 204 | 0 | 34 | 0 | 144 | 117 | 60 | 533 | 144 | 32 |
| Binary | 10000100 | 0 | 11100 | 0 | 1100100 | 1001111 | 110000 | 101011011 | 1100100 | 11010 |
Color Harmonies of #84001C
Complementary color
Monochromatic Colors of #84001C
Black with #84001C
Text Example
Text Example
White with #84001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84001C; }
p { color: rgb(132,0,28); }
H1.HeaderClassName
{
color: #84001C;
}
.AnyTagClassName
{
color: #84001C;
}
</style>
background-color css
<style>
a { background-color: #84001C; }
a { background-color: rgb(132,0,28); }
div.DivClassName
{
background-color: #84001C;
}
.BgClassName
{
background-color: #84001C;
}
</style>
border-color css
<style>
span { border-color: #84001C; }
span { border-color: rgb(132,0,28); }
td.TdClassName
{
border-color: #84001C;
}
.TagClassName
{
border-color: #84001C;
}
</style>