Shades of Burgundy #860014
Tints of Burgundy #860014
RGB
CMYK
RGB Variations
Color information
#860014 (or 0x860014) is known color: Burgundy. HEX triplet: 86, 00 and 14. RGB value is (134,0,20). Sum of RGB (Red+Green+Blue) = 134+0+20=154 (20% of max value = 765). Red value is 134 (52.73% from 255 or 87.01% from 154); Green value is 0 (0.39% from 255 or 0% from 154); Blue value is 20 (8.20% from 255 or 12.99% from 154); Max value from RGB is 134 - color contains mainly: red. Hex color #860014 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860014 is #79FFEB. Grayscale: #2A2A2A. Windows color (decimal): -7995372 or 1310854. OLE color: 1310854.
HSL color Cylindrical-coordinate representation of color #860014: hue angle of 351.04º 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 #860014 is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 0 | 20 | - |
| CMYK | 0 | 1 | 0.85 | 0.47 |
| HSL | 351.04º | 1% | 0.26% | - |
| HSV(B) | 351.04º | 1% | 0.53% | - |
| XYZ | 9.96 | 5.12 | 1.13 | - |
| YUV | 42.35 | 115.39 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 0 | 20 | 0 | 1 | 0.85 | 0.47 | 351.04 | 1 | 0.26 |
| Hex | 86 | 0 | 14 | 0 | 64 | 55 | 2F | 15F | 64 | 1A |
| Octal | 206 | 0 | 24 | 0 | 144 | 125 | 57 | 537 | 144 | 32 |
| Binary | 10000110 | 0 | 10100 | 0 | 1100100 | 1010101 | 101111 | 101011111 | 1100100 | 11010 |
Color Harmonies of #860014
Complementary color
Monochromatic Colors of #860014
Black with #860014
Text Example
Text Example
White with #860014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860014; }
p { color: rgb(134,0,20); }
H1.HeaderClassName
{
color: #860014;
}
.AnyTagClassName
{
color: #860014;
}
</style>
background-color css
<style>
a { background-color: #860014; }
a { background-color: rgb(134,0,20); }
div.DivClassName
{
background-color: #860014;
}
.BgClassName
{
background-color: #860014;
}
</style>
border-color css
<style>
span { border-color: #860014; }
span { border-color: rgb(134,0,20); }
td.TdClassName
{
border-color: #860014;
}
.TagClassName
{
border-color: #860014;
}
</style>