Shades of Burgundy #84112C
Tints of Burgundy #84112C
RGB
CMYK
RGB Variations
Color information
#84112C (or 0x84112C) is known color: Burgundy. HEX triplet: 84, 11 and 2C. RGB value is (132,17,44). Sum of RGB (Red+Green+Blue) = 132+17+44=193 (25% of max value = 765). Red value is 132 (51.95% from 255 or 68.39% from 193); Green value is 17 (7.03% from 255 or 8.81% from 193); Blue value is 44 (17.58% from 255 or 22.80% from 193); Max value from RGB is 132 - color contains mainly: red. Hex color #84112C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84112C is #7BEED3. Grayscale: #363636. Windows color (decimal): -8122068 or 2888068. OLE color: 2888068.
HSL color Cylindrical-coordinate representation of color #84112C: hue angle of 345.91º 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 #84112C is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 17 | 44 | - |
| CMYK | 0 | 0.87 | 0.67 | 0.48 |
| HSL | 345.91º | 0.77% | 0.29% | - |
| HSV(B) | 345.91º | 0.87% | 0.52% | - |
| XYZ | 10.17 | 5.49 | 2.91 | - |
| YUV | 54.46 | 122.1 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 17 | 44 | 0 | 0.87 | 0.67 | 0.48 | 345.91 | 0.77 | 0.29 |
| Hex | 84 | 11 | 2C | 0 | 57 | 43 | 30 | 15A | 4D | 1D |
| Octal | 204 | 21 | 54 | 0 | 127 | 103 | 60 | 532 | 115 | 35 |
| Binary | 10000100 | 10001 | 101100 | 0 | 1010111 | 1000011 | 110000 | 101011010 | 1001101 | 11101 |
Color Harmonies of #84112C
Complementary color
Monochromatic Colors of #84112C
Black with #84112C
Text Example
Text Example
White with #84112C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84112C; }
p { color: rgb(132,17,44); }
H1.HeaderClassName
{
color: #84112C;
}
.AnyTagClassName
{
color: #84112C;
}
</style>
background-color css
<style>
a { background-color: #84112C; }
a { background-color: rgb(132,17,44); }
div.DivClassName
{
background-color: #84112C;
}
.BgClassName
{
background-color: #84112C;
}
</style>
border-color css
<style>
span { border-color: #84112C; }
span { border-color: rgb(132,17,44); }
td.TdClassName
{
border-color: #84112C;
}
.TagClassName
{
border-color: #84112C;
}
</style>