Shades of Burgundy #860B19
Tints of Burgundy #860B19
RGB
CMYK
RGB Variations
Color information
#860B19 (or 0x860B19) is known color: Burgundy. HEX triplet: 86, 0B and 19. RGB value is (134,11,25). Sum of RGB (Red+Green+Blue) = 134+11+25=170 (22% of max value = 765). Red value is 134 (52.73% from 255 or 78.82% from 170); Green value is 11 (4.69% from 255 or 6.47% from 170); Blue value is 25 (10.16% from 255 or 14.71% from 170); Max value from RGB is 134 - color contains mainly: red. Hex color #860B19 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860B19 is #79F4E6. Grayscale: #313131. Windows color (decimal): -7992551 or 1641350. OLE color: 1641350.
HSL color Cylindrical-coordinate representation of color #860B19: hue angle of 353.17º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #860B19 is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 11 | 25 | - |
| CMYK | 0 | 0.92 | 0.81 | 0.47 |
| HSL | 353.17º | 0.85% | 0.28% | - |
| HSV(B) | 353.17º | 0.92% | 0.53% | - |
| XYZ | 10.13 | 5.38 | 1.42 | - |
| YUV | 49.37 | 114.25 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 11 | 25 | 0 | 0.92 | 0.81 | 0.47 | 353.17 | 0.85 | 0.28 |
| Hex | 86 | B | 19 | 0 | 5C | 51 | 2F | 161 | 55 | 1C |
| Octal | 206 | 13 | 31 | 0 | 134 | 121 | 57 | 541 | 125 | 34 |
| Binary | 10000110 | 1011 | 11001 | 0 | 1011100 | 1010001 | 101111 | 101100001 | 1010101 | 11100 |
Color Harmonies of #860B19
Complementary color
Monochromatic Colors of #860B19
Black with #860B19
Text Example
Text Example
White with #860B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860B19; }
p { color: rgb(134,11,25); }
H1.HeaderClassName
{
color: #860B19;
}
.AnyTagClassName
{
color: #860B19;
}
</style>
background-color css
<style>
a { background-color: #860B19; }
a { background-color: rgb(134,11,25); }
div.DivClassName
{
background-color: #860B19;
}
.BgClassName
{
background-color: #860B19;
}
</style>
border-color css
<style>
span { border-color: #860B19; }
span { border-color: rgb(134,11,25); }
td.TdClassName
{
border-color: #860B19;
}
.TagClassName
{
border-color: #860B19;
}
</style>