Shades of Burgundy #84141E
Tints of Burgundy #84141E
RGB
CMYK
RGB Variations
Color information
#84141E (or 0x84141E) is known color: Burgundy. HEX triplet: 84, 14 and 1E. RGB value is (132,20,30). Sum of RGB (Red+Green+Blue) = 132+20+30=182 (24% of max value = 765). Red value is 132 (51.95% from 255 or 72.53% from 182); Green value is 20 (8.20% from 255 or 10.99% from 182); Blue value is 30 (12.11% from 255 or 16.48% from 182); Max value from RGB is 132 - color contains mainly: red. Hex color #84141E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84141E is #7BEBE1. Grayscale: #363636. Windows color (decimal): -8121314 or 1971332. OLE color: 1971332.
HSL color Cylindrical-coordinate representation of color #84141E: hue angle of 354.64º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #84141E is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 20 | 30 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.48 |
| HSL | 354.64º | 0.74% | 0.3% | - |
| HSV(B) | 354.64º | 0.85% | 0.52% | - |
| XYZ | 10 | 5.5 | 1.76 | - |
| YUV | 54.63 | 114.11 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 20 | 30 | 0 | 0.85 | 0.77 | 0.48 | 354.64 | 0.74 | 0.3 |
| Hex | 84 | 14 | 1E | 0 | 55 | 4D | 30 | 163 | 4A | 1E |
| Octal | 204 | 24 | 36 | 0 | 125 | 115 | 60 | 543 | 112 | 36 |
| Binary | 10000100 | 10100 | 11110 | 0 | 1010101 | 1001101 | 110000 | 101100011 | 1001010 | 11110 |
Color Harmonies of #84141E
Complementary color
Monochromatic Colors of #84141E
Black with #84141E
Text Example
Text Example
White with #84141E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84141E; }
p { color: rgb(132,20,30); }
H1.HeaderClassName
{
color: #84141E;
}
.AnyTagClassName
{
color: #84141E;
}
</style>
background-color css
<style>
a { background-color: #84141E; }
a { background-color: rgb(132,20,30); }
div.DivClassName
{
background-color: #84141E;
}
.BgClassName
{
background-color: #84141E;
}
</style>
border-color css
<style>
span { border-color: #84141E; }
span { border-color: rgb(132,20,30); }
td.TdClassName
{
border-color: #84141E;
}
.TagClassName
{
border-color: #84141E;
}
</style>