Shades of Burgundy #84112A
Tints of Burgundy #84112A
RGB
CMYK
RGB Variations
Color information
#84112A (or 0x84112A) is known color: Burgundy. HEX triplet: 84, 11 and 2A. RGB value is (132,17,42). Sum of RGB (Red+Green+Blue) = 132+17+42=191 (25% of max value = 765). Red value is 132 (51.95% from 255 or 69.11% from 191); Green value is 17 (7.03% from 255 or 8.90% from 191); Blue value is 42 (16.80% from 255 or 21.99% from 191); Max value from RGB is 132 - color contains mainly: red. Hex color #84112A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84112A is #7BEED5. Grayscale: #363636. Windows color (decimal): -8122070 or 2756996. OLE color: 2756996.
HSL color Cylindrical-coordinate representation of color #84112A: hue angle of 346.96º 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 #84112A is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 17 | 42 | - |
| CMYK | 0 | 0.87 | 0.68 | 0.48 |
| HSL | 346.96º | 0.77% | 0.29% | - |
| HSV(B) | 346.96º | 0.87% | 0.52% | - |
| XYZ | 10.13 | 5.47 | 2.71 | - |
| YUV | 54.24 | 121.1 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 17 | 42 | 0 | 0.87 | 0.68 | 0.48 | 346.96 | 0.77 | 0.29 |
| Hex | 84 | 11 | 2A | 0 | 57 | 44 | 30 | 15B | 4D | 1D |
| Octal | 204 | 21 | 52 | 0 | 127 | 104 | 60 | 533 | 115 | 35 |
| Binary | 10000100 | 10001 | 101010 | 0 | 1010111 | 1000100 | 110000 | 101011011 | 1001101 | 11101 |
Color Harmonies of #84112A
Complementary color
Monochromatic Colors of #84112A
Black with #84112A
Text Example
Text Example
White with #84112A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84112A; }
p { color: rgb(132,17,42); }
H1.HeaderClassName
{
color: #84112A;
}
.AnyTagClassName
{
color: #84112A;
}
</style>
background-color css
<style>
a { background-color: #84112A; }
a { background-color: rgb(132,17,42); }
div.DivClassName
{
background-color: #84112A;
}
.BgClassName
{
background-color: #84112A;
}
</style>
border-color css
<style>
span { border-color: #84112A; }
span { border-color: rgb(132,17,42); }
td.TdClassName
{
border-color: #84112A;
}
.TagClassName
{
border-color: #84112A;
}
</style>