Shades of Burgundy #860117
Tints of Burgundy #860117
RGB
CMYK
RGB Variations
Color information
#860117 (or 0x860117) is known color: Burgundy. HEX triplet: 86, 01 and 17. RGB value is (134,1,23). Sum of RGB (Red+Green+Blue) = 134+1+23=158 (20% of max value = 765). Red value is 134 (52.73% from 255 or 84.81% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 23 (9.38% from 255 or 14.56% from 158); Max value from RGB is 134 - color contains mainly: red. Hex color #860117 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860117 is #79FEE8. Grayscale: #2B2B2B. Windows color (decimal): -7995113 or 1507718. OLE color: 1507718.
HSL color Cylindrical-coordinate representation of color #860117: hue angle of 350.08º 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 #860117 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 1 | 23 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.47 |
| HSL | 350.08º | 0.99% | 0.26% | - |
| HSV(B) | 350.08º | 0.99% | 0.53% | - |
| XYZ | 10 | 5.15 | 1.28 | - |
| YUV | 43.28 | 116.56 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 1 | 23 | 0 | 0.99 | 0.83 | 0.47 | 350.08 | 0.99 | 0.26 |
| Hex | 86 | 1 | 17 | 0 | 63 | 53 | 2F | 15E | 63 | 1A |
| Octal | 206 | 1 | 27 | 0 | 143 | 123 | 57 | 536 | 143 | 32 |
| Binary | 10000110 | 1 | 10111 | 0 | 1100011 | 1010011 | 101111 | 101011110 | 1100011 | 11010 |
Color Harmonies of #860117
Complementary color
Monochromatic Colors of #860117
Black with #860117
Text Example
Text Example
White with #860117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860117; }
p { color: rgb(134,1,23); }
H1.HeaderClassName
{
color: #860117;
}
.AnyTagClassName
{
color: #860117;
}
</style>
background-color css
<style>
a { background-color: #860117; }
a { background-color: rgb(134,1,23); }
div.DivClassName
{
background-color: #860117;
}
.BgClassName
{
background-color: #860117;
}
</style>
border-color css
<style>
span { border-color: #860117; }
span { border-color: rgb(134,1,23); }
td.TdClassName
{
border-color: #860117;
}
.TagClassName
{
border-color: #860117;
}
</style>