Shades of Burgundy #860015
Tints of Burgundy #860015
RGB
CMYK
RGB Variations
Color information
#860015 (or 0x860015) is known color: Burgundy. HEX triplet: 86, 00 and 15. RGB value is (134,0,21). Sum of RGB (Red+Green+Blue) = 134+0+21=155 (20% of max value = 765). Red value is 134 (52.73% from 255 or 86.45% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 21 (8.59% from 255 or 13.55% from 155); Max value from RGB is 134 - color contains mainly: red. Hex color #860015 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860015 is #79FFEA. Grayscale: #2A2A2A. Windows color (decimal): -7995371 or 1376390. OLE color: 1376390.
HSL color Cylindrical-coordinate representation of color #860015: hue angle of 350.6º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #860015 is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 0 | 21 | - |
| CMYK | 0 | 1 | 0.84 | 0.47 |
| HSL | 350.6º | 1% | 0.26% | - |
| HSV(B) | 350.6º | 1% | 0.53% | - |
| XYZ | 9.97 | 5.12 | 1.17 | - |
| YUV | 42.46 | 115.89 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 0 | 21 | 0 | 1 | 0.84 | 0.47 | 350.6 | 1 | 0.26 |
| Hex | 86 | 0 | 15 | 0 | 64 | 54 | 2F | 15F | 64 | 1A |
| Octal | 206 | 0 | 25 | 0 | 144 | 124 | 57 | 537 | 144 | 32 |
| Binary | 10000110 | 0 | 10101 | 0 | 1100100 | 1010100 | 101111 | 101011111 | 1100100 | 11010 |
Color Harmonies of #860015
Complementary color
Monochromatic Colors of #860015
Black with #860015
Text Example
Text Example
White with #860015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860015; }
p { color: rgb(134,0,21); }
H1.HeaderClassName
{
color: #860015;
}
.AnyTagClassName
{
color: #860015;
}
</style>
background-color css
<style>
a { background-color: #860015; }
a { background-color: rgb(134,0,21); }
div.DivClassName
{
background-color: #860015;
}
.BgClassName
{
background-color: #860015;
}
</style>
border-color css
<style>
span { border-color: #860015; }
span { border-color: rgb(134,0,21); }
td.TdClassName
{
border-color: #860015;
}
.TagClassName
{
border-color: #860015;
}
</style>