Shades of Burgundy #860C19
Tints of Burgundy #860C19
RGB
CMYK
RGB Variations
Color information
#860C19 (or 0x860C19) is known color: Burgundy. HEX triplet: 86, 0C and 19. RGB value is (134,12,25). Sum of RGB (Red+Green+Blue) = 134+12+25=171 (22% of max value = 765). Red value is 134 (52.73% from 255 or 78.36% from 171); Green value is 12 (5.08% from 255 or 7.02% from 171); Blue value is 25 (10.16% from 255 or 14.62% from 171); Max value from RGB is 134 - color contains mainly: red. Hex color #860C19 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860C19 is #79F3E6. Grayscale: #323232. Windows color (decimal): -7992295 or 1641606. OLE color: 1641606.
HSL color Cylindrical-coordinate representation of color #860C19: hue angle of 353.61º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #860C19 is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 12 | 25 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.47 |
| HSL | 353.61º | 0.84% | 0.29% | - |
| HSV(B) | 353.61º | 0.91% | 0.53% | - |
| XYZ | 10.14 | 5.4 | 1.43 | - |
| YUV | 49.96 | 113.92 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 12 | 25 | 0 | 0.91 | 0.81 | 0.47 | 353.61 | 0.84 | 0.29 |
| Hex | 86 | C | 19 | 0 | 5B | 51 | 2F | 162 | 54 | 1D |
| Octal | 206 | 14 | 31 | 0 | 133 | 121 | 57 | 542 | 124 | 35 |
| Binary | 10000110 | 1100 | 11001 | 0 | 1011011 | 1010001 | 101111 | 101100010 | 1010100 | 11101 |
Color Harmonies of #860C19
Complementary color
Monochromatic Colors of #860C19
Black with #860C19
Text Example
Text Example
White with #860C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860C19; }
p { color: rgb(134,12,25); }
H1.HeaderClassName
{
color: #860C19;
}
.AnyTagClassName
{
color: #860C19;
}
</style>
background-color css
<style>
a { background-color: #860C19; }
a { background-color: rgb(134,12,25); }
div.DivClassName
{
background-color: #860C19;
}
.BgClassName
{
background-color: #860C19;
}
</style>
border-color css
<style>
span { border-color: #860C19; }
span { border-color: rgb(134,12,25); }
td.TdClassName
{
border-color: #860C19;
}
.TagClassName
{
border-color: #860C19;
}
</style>