Shades of Burgundy #860F19
Tints of Burgundy #860F19
RGB
CMYK
RGB Variations
Color information
#860F19 (or 0x860F19) is known color: Burgundy. HEX triplet: 86, 0F and 19. RGB value is (134,15,25). Sum of RGB (Red+Green+Blue) = 134+15+25=174 (23% of max value = 765). Red value is 134 (52.73% from 255 or 77.01% from 174); Green value is 15 (6.25% from 255 or 8.62% from 174); Blue value is 25 (10.16% from 255 or 14.37% from 174); Max value from RGB is 134 - color contains mainly: red. Hex color #860F19 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860F19 is #79F0E6. Grayscale: #333333. Windows color (decimal): -7991527 or 1642374. OLE color: 1642374.
HSL color Cylindrical-coordinate representation of color #860F19: hue angle of 354.96º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #860F19 is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 15 | 25 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.47 |
| HSL | 354.96º | 0.8% | 0.29% | - |
| HSV(B) | 354.96º | 0.89% | 0.53% | - |
| XYZ | 10.18 | 5.48 | 1.44 | - |
| YUV | 51.72 | 112.92 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 15 | 25 | 0 | 0.89 | 0.81 | 0.47 | 354.96 | 0.8 | 0.29 |
| Hex | 86 | F | 19 | 0 | 59 | 51 | 2F | 163 | 50 | 1D |
| Octal | 206 | 17 | 31 | 0 | 131 | 121 | 57 | 543 | 120 | 35 |
| Binary | 10000110 | 1111 | 11001 | 0 | 1011001 | 1010001 | 101111 | 101100011 | 1010000 | 11101 |
Color Harmonies of #860F19
Complementary color
Monochromatic Colors of #860F19
Black with #860F19
Text Example
Text Example
White with #860F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860F19; }
p { color: rgb(134,15,25); }
H1.HeaderClassName
{
color: #860F19;
}
.AnyTagClassName
{
color: #860F19;
}
</style>
background-color css
<style>
a { background-color: #860F19; }
a { background-color: rgb(134,15,25); }
div.DivClassName
{
background-color: #860F19;
}
.BgClassName
{
background-color: #860F19;
}
</style>
border-color css
<style>
span { border-color: #860F19; }
span { border-color: rgb(134,15,25); }
td.TdClassName
{
border-color: #860F19;
}
.TagClassName
{
border-color: #860F19;
}
</style>