Shades of Burgundy #84111D
Tints of Burgundy #84111D
RGB
CMYK
RGB Variations
Color information
#84111D (or 0x84111D) is known color: Burgundy. HEX triplet: 84, 11 and 1D. RGB value is (132,17,29). Sum of RGB (Red+Green+Blue) = 132+17+29=178 (23% of max value = 765). Red value is 132 (51.95% from 255 or 74.16% from 178); Green value is 17 (7.03% from 255 or 9.55% from 178); Blue value is 29 (11.72% from 255 or 16.29% from 178); Max value from RGB is 132 - color contains mainly: red. Hex color #84111D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84111D is #7BEEE2. Grayscale: #343434. Windows color (decimal): -8122083 or 1905028. OLE color: 1905028.
HSL color Cylindrical-coordinate representation of color #84111D: hue angle of 353.74º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #84111D is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 17 | 29 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.48 |
| HSL | 353.74º | 0.77% | 0.29% | - |
| HSV(B) | 353.74º | 0.87% | 0.52% | - |
| XYZ | 9.94 | 5.4 | 1.68 | - |
| YUV | 52.75 | 114.6 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 17 | 29 | 0 | 0.87 | 0.78 | 0.48 | 353.74 | 0.77 | 0.29 |
| Hex | 84 | 11 | 1D | 0 | 57 | 4E | 30 | 162 | 4D | 1D |
| Octal | 204 | 21 | 35 | 0 | 127 | 116 | 60 | 542 | 115 | 35 |
| Binary | 10000100 | 10001 | 11101 | 0 | 1010111 | 1001110 | 110000 | 101100010 | 1001101 | 11101 |
Color Harmonies of #84111D
Complementary color
Monochromatic Colors of #84111D
Black with #84111D
Text Example
Text Example
White with #84111D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84111D; }
p { color: rgb(132,17,29); }
H1.HeaderClassName
{
color: #84111D;
}
.AnyTagClassName
{
color: #84111D;
}
</style>
background-color css
<style>
a { background-color: #84111D; }
a { background-color: rgb(132,17,29); }
div.DivClassName
{
background-color: #84111D;
}
.BgClassName
{
background-color: #84111D;
}
</style>
border-color css
<style>
span { border-color: #84111D; }
span { border-color: rgb(132,17,29); }
td.TdClassName
{
border-color: #84111D;
}
.TagClassName
{
border-color: #84111D;
}
</style>