Shades of Burgundy #861122
Tints of Burgundy #861122
RGB
CMYK
RGB Variations
Color information
#861122 (or 0x861122) is known color: Burgundy. HEX triplet: 86, 11 and 22. RGB value is (134,17,34). Sum of RGB (Red+Green+Blue) = 134+17+34=185 (24% of max value = 765). Red value is 134 (52.73% from 255 or 72.43% from 185); Green value is 17 (7.03% from 255 or 9.19% from 185); Blue value is 34 (13.67% from 255 or 18.38% from 185); Max value from RGB is 134 - color contains mainly: red. Hex color #861122 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861122 is #79EEDD. Grayscale: #353535. Windows color (decimal): -7991006 or 2232710. OLE color: 2232710.
HSL color Cylindrical-coordinate representation of color #861122: hue angle of 351.28º degrees, saturation: 0.77, 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 #861122 is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 17 | 34 | - |
| CMYK | 0 | 0.87 | 0.75 | 0.47 |
| HSL | 351.28º | 0.77% | 0.3% | - |
| HSV(B) | 351.28º | 0.87% | 0.53% | - |
| XYZ | 10.32 | 5.58 | 2.05 | - |
| YUV | 53.92 | 116.76 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 17 | 34 | 0 | 0.87 | 0.75 | 0.47 | 351.28 | 0.77 | 0.3 |
| Hex | 86 | 11 | 22 | 0 | 57 | 4B | 2F | 15F | 4D | 1E |
| Octal | 206 | 21 | 42 | 0 | 127 | 113 | 57 | 537 | 115 | 36 |
| Binary | 10000110 | 10001 | 100010 | 0 | 1010111 | 1001011 | 101111 | 101011111 | 1001101 | 11110 |
Color Harmonies of #861122
Complementary color
Monochromatic Colors of #861122
Black with #861122
Text Example
Text Example
White with #861122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861122; }
p { color: rgb(134,17,34); }
H1.HeaderClassName
{
color: #861122;
}
.AnyTagClassName
{
color: #861122;
}
</style>
background-color css
<style>
a { background-color: #861122; }
a { background-color: rgb(134,17,34); }
div.DivClassName
{
background-color: #861122;
}
.BgClassName
{
background-color: #861122;
}
</style>
border-color css
<style>
span { border-color: #861122; }
span { border-color: rgb(134,17,34); }
td.TdClassName
{
border-color: #861122;
}
.TagClassName
{
border-color: #861122;
}
</style>