Shades of Burgundy #84031E
Tints of Burgundy #84031E
RGB
CMYK
RGB Variations
Color information
#84031E (or 0x84031E) is known color: Burgundy. HEX triplet: 84, 03 and 1E. RGB value is (132,3,30). Sum of RGB (Red+Green+Blue) = 132+3+30=165 (21% of max value = 765). Red value is 132 (51.95% from 255 or 80% from 165); Green value is 3 (1.56% from 255 or 1.82% from 165); Blue value is 30 (12.11% from 255 or 18.18% from 165); Max value from RGB is 132 - color contains mainly: red. Hex color #84031E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84031E is #7BFCE1. Grayscale: #2C2C2C. Windows color (decimal): -8125666 or 1966980. OLE color: 1966980.
HSL color Cylindrical-coordinate representation of color #84031E: hue angle of 347.44º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #84031E is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 3 | 30 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.48 |
| HSL | 347.44º | 0.96% | 0.26% | - |
| HSV(B) | 347.44º | 0.98% | 0.52% | - |
| XYZ | 9.78 | 5.06 | 1.69 | - |
| YUV | 44.65 | 119.74 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 3 | 30 | 0 | 0.98 | 0.77 | 0.48 | 347.44 | 0.96 | 0.26 |
| Hex | 84 | 3 | 1E | 0 | 62 | 4D | 30 | 15B | 60 | 1A |
| Octal | 204 | 3 | 36 | 0 | 142 | 115 | 60 | 533 | 140 | 32 |
| Binary | 10000100 | 11 | 11110 | 0 | 1100010 | 1001101 | 110000 | 101011011 | 1100000 | 11010 |
Color Harmonies of #84031E
Complementary color
Monochromatic Colors of #84031E
Black with #84031E
Text Example
Text Example
White with #84031E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84031E; }
p { color: rgb(132,3,30); }
H1.HeaderClassName
{
color: #84031E;
}
.AnyTagClassName
{
color: #84031E;
}
</style>
background-color css
<style>
a { background-color: #84031E; }
a { background-color: rgb(132,3,30); }
div.DivClassName
{
background-color: #84031E;
}
.BgClassName
{
background-color: #84031E;
}
</style>
border-color css
<style>
span { border-color: #84031E; }
span { border-color: rgb(132,3,30); }
td.TdClassName
{
border-color: #84031E;
}
.TagClassName
{
border-color: #84031E;
}
</style>