Shades of Burgundy #861020
Tints of Burgundy #861020
RGB
CMYK
RGB Variations
Color information
#861020 (or 0x861020) is known color: Burgundy. HEX triplet: 86, 10 and 20. RGB value is (134,16,32). Sum of RGB (Red+Green+Blue) = 134+16+32=182 (24% of max value = 765). Red value is 134 (52.73% from 255 or 73.63% from 182); Green value is 16 (6.64% from 255 or 8.79% from 182); Blue value is 32 (12.89% from 255 or 17.58% from 182); Max value from RGB is 134 - color contains mainly: red. Hex color #861020 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861020 is #79EFDF. Grayscale: #353535. Windows color (decimal): -7991264 or 2101382. OLE color: 2101382.
HSL color Cylindrical-coordinate representation of color #861020: hue angle of 351.86º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #861020 is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 16 | 32 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.47 |
| HSL | 351.86º | 0.79% | 0.29% | - |
| HSV(B) | 351.86º | 0.88% | 0.53% | - |
| XYZ | 10.28 | 5.54 | 1.89 | - |
| YUV | 53.11 | 116.09 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 16 | 32 | 0 | 0.88 | 0.76 | 0.47 | 351.86 | 0.79 | 0.29 |
| Hex | 86 | 10 | 20 | 0 | 58 | 4C | 2F | 160 | 4F | 1D |
| Octal | 206 | 20 | 40 | 0 | 130 | 114 | 57 | 540 | 117 | 35 |
| Binary | 10000110 | 10000 | 100000 | 0 | 1011000 | 1001100 | 101111 | 101100000 | 1001111 | 11101 |
Color Harmonies of #861020
Complementary color
Monochromatic Colors of #861020
Black with #861020
Text Example
Text Example
White with #861020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861020; }
p { color: rgb(134,16,32); }
H1.HeaderClassName
{
color: #861020;
}
.AnyTagClassName
{
color: #861020;
}
</style>
background-color css
<style>
a { background-color: #861020; }
a { background-color: rgb(134,16,32); }
div.DivClassName
{
background-color: #861020;
}
.BgClassName
{
background-color: #861020;
}
</style>
border-color css
<style>
span { border-color: #861020; }
span { border-color: rgb(134,16,32); }
td.TdClassName
{
border-color: #861020;
}
.TagClassName
{
border-color: #861020;
}
</style>