Shades of Burgundy #84141D
Tints of Burgundy #84141D
RGB
CMYK
RGB Variations
Color information
#84141D (or 0x84141D) is known color: Burgundy. HEX triplet: 84, 14 and 1D. RGB value is (132,20,29). Sum of RGB (Red+Green+Blue) = 132+20+29=181 (23% of max value = 765). Red value is 132 (51.95% from 255 or 72.93% from 181); Green value is 20 (8.20% from 255 or 11.05% from 181); Blue value is 29 (11.72% from 255 or 16.02% from 181); Max value from RGB is 132 - color contains mainly: red. Hex color #84141D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84141D is #7BEBE2. Grayscale: #363636. Windows color (decimal): -8121315 or 1905796. OLE color: 1905796.
HSL color Cylindrical-coordinate representation of color #84141D: hue angle of 355.18º 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 #84141D is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 20 | 29 | - |
| CMYK | 0 | 0.85 | 0.78 | 0.48 |
| HSL | 355.18º | 0.74% | 0.3% | - |
| HSV(B) | 355.18º | 0.85% | 0.52% | - |
| XYZ | 9.99 | 5.49 | 1.7 | - |
| YUV | 54.51 | 113.61 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 20 | 29 | 0 | 0.85 | 0.78 | 0.48 | 355.18 | 0.74 | 0.3 |
| Hex | 84 | 14 | 1D | 0 | 55 | 4E | 30 | 163 | 4A | 1E |
| Octal | 204 | 24 | 35 | 0 | 125 | 116 | 60 | 543 | 112 | 36 |
| Binary | 10000100 | 10100 | 11101 | 0 | 1010101 | 1001110 | 110000 | 101100011 | 1001010 | 11110 |
Color Harmonies of #84141D
Complementary color
Monochromatic Colors of #84141D
Black with #84141D
Text Example
Text Example
White with #84141D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84141D; }
p { color: rgb(132,20,29); }
H1.HeaderClassName
{
color: #84141D;
}
.AnyTagClassName
{
color: #84141D;
}
</style>
background-color css
<style>
a { background-color: #84141D; }
a { background-color: rgb(132,20,29); }
div.DivClassName
{
background-color: #84141D;
}
.BgClassName
{
background-color: #84141D;
}
</style>
border-color css
<style>
span { border-color: #84141D; }
span { border-color: rgb(132,20,29); }
td.TdClassName
{
border-color: #84141D;
}
.TagClassName
{
border-color: #84141D;
}
</style>