Shades of Burgundy #860115
Tints of Burgundy #860115
RGB
CMYK
RGB Variations
Color information
#860115 (or 0x860115) is known color: Burgundy. HEX triplet: 86, 01 and 15. RGB value is (134,1,21). Sum of RGB (Red+Green+Blue) = 134+1+21=156 (20% of max value = 765). Red value is 134 (52.73% from 255 or 85.90% from 156); Green value is 1 (0.78% from 255 or 0.64% from 156); Blue value is 21 (8.59% from 255 or 13.46% from 156); Max value from RGB is 134 - color contains mainly: red. Hex color #860115 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860115 is #79FEEA. Grayscale: #2B2B2B. Windows color (decimal): -7995115 or 1376646. OLE color: 1376646.
HSL color Cylindrical-coordinate representation of color #860115: hue angle of 350.98º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #860115 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 1 | 21 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.47 |
| HSL | 350.98º | 0.99% | 0.26% | - |
| HSV(B) | 350.98º | 0.99% | 0.53% | - |
| XYZ | 9.98 | 5.14 | 1.18 | - |
| YUV | 43.05 | 115.56 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 1 | 21 | 0 | 0.99 | 0.84 | 0.47 | 350.98 | 0.99 | 0.26 |
| Hex | 86 | 1 | 15 | 0 | 63 | 54 | 2F | 15F | 63 | 1A |
| Octal | 206 | 1 | 25 | 0 | 143 | 124 | 57 | 537 | 143 | 32 |
| Binary | 10000110 | 1 | 10101 | 0 | 1100011 | 1010100 | 101111 | 101011111 | 1100011 | 11010 |
Color Harmonies of #860115
Complementary color
Monochromatic Colors of #860115
Black with #860115
Text Example
Text Example
White with #860115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860115; }
p { color: rgb(134,1,21); }
H1.HeaderClassName
{
color: #860115;
}
.AnyTagClassName
{
color: #860115;
}
</style>
background-color css
<style>
a { background-color: #860115; }
a { background-color: rgb(134,1,21); }
div.DivClassName
{
background-color: #860115;
}
.BgClassName
{
background-color: #860115;
}
</style>
border-color css
<style>
span { border-color: #860115; }
span { border-color: rgb(134,1,21); }
td.TdClassName
{
border-color: #860115;
}
.TagClassName
{
border-color: #860115;
}
</style>