Shades of Burgundy #86122C
Tints of Burgundy #86122C
RGB
CMYK
RGB Variations
Color information
#86122C (or 0x86122C) is known color: Burgundy. HEX triplet: 86, 12 and 2C. RGB value is (134,18,44). Sum of RGB (Red+Green+Blue) = 134+18+44=196 (25% of max value = 765). Red value is 134 (52.73% from 255 or 68.37% from 196); Green value is 18 (7.42% from 255 or 9.18% from 196); Blue value is 44 (17.58% from 255 or 22.45% from 196); Max value from RGB is 134 - color contains mainly: red. Hex color #86122C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86122C is #79EDD3. Grayscale: #373737. Windows color (decimal): -7990740 or 2888326. OLE color: 2888326.
HSL color Cylindrical-coordinate representation of color #86122C: hue angle of 346.55º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #86122C is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 18 | 44 | - |
| CMYK | 0 | 0.87 | 0.67 | 0.47 |
| HSL | 346.55º | 0.76% | 0.3% | - |
| HSV(B) | 346.55º | 0.87% | 0.53% | - |
| XYZ | 10.5 | 5.68 | 2.93 | - |
| YUV | 55.65 | 121.43 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 18 | 44 | 0 | 0.87 | 0.67 | 0.47 | 346.55 | 0.76 | 0.3 |
| Hex | 86 | 12 | 2C | 0 | 57 | 43 | 2F | 15B | 4C | 1E |
| Octal | 206 | 22 | 54 | 0 | 127 | 103 | 57 | 533 | 114 | 36 |
| Binary | 10000110 | 10010 | 101100 | 0 | 1010111 | 1000011 | 101111 | 101011011 | 1001100 | 11110 |
Color Harmonies of #86122C
Complementary color
Monochromatic Colors of #86122C
Black with #86122C
Text Example
Text Example
White with #86122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86122C; }
p { color: rgb(134,18,44); }
H1.HeaderClassName
{
color: #86122C;
}
.AnyTagClassName
{
color: #86122C;
}
</style>
background-color css
<style>
a { background-color: #86122C; }
a { background-color: rgb(134,18,44); }
div.DivClassName
{
background-color: #86122C;
}
.BgClassName
{
background-color: #86122C;
}
</style>
border-color css
<style>
span { border-color: #86122C; }
span { border-color: rgb(134,18,44); }
td.TdClassName
{
border-color: #86122C;
}
.TagClassName
{
border-color: #86122C;
}
</style>