Shades of Burgundy #860F1A
Tints of Burgundy #860F1A
RGB
CMYK
RGB Variations
Color information
#860F1A (or 0x860F1A) is known color: Burgundy. HEX triplet: 86, 0F and 1A. RGB value is (134,15,26). Sum of RGB (Red+Green+Blue) = 134+15+26=175 (23% of max value = 765). Red value is 134 (52.73% from 255 or 76.57% from 175); Green value is 15 (6.25% from 255 or 8.57% from 175); Blue value is 26 (10.55% from 255 or 14.86% from 175); Max value from RGB is 134 - color contains mainly: red. Hex color #860F1A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860F1A is #79F0E5. Grayscale: #333333. Windows color (decimal): -7991526 or 1707910. OLE color: 1707910.
HSL color Cylindrical-coordinate representation of color #860F1A: hue angle of 354.45º 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 #860F1A is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 15 | 26 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.47 |
| HSL | 354.45º | 0.8% | 0.29% | - |
| HSV(B) | 354.45º | 0.89% | 0.53% | - |
| XYZ | 10.19 | 5.48 | 1.5 | - |
| YUV | 51.84 | 113.42 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 15 | 26 | 0 | 0.89 | 0.81 | 0.47 | 354.45 | 0.8 | 0.29 |
| Hex | 86 | F | 1A | 0 | 59 | 51 | 2F | 162 | 50 | 1D |
| Octal | 206 | 17 | 32 | 0 | 131 | 121 | 57 | 542 | 120 | 35 |
| Binary | 10000110 | 1111 | 11010 | 0 | 1011001 | 1010001 | 101111 | 101100010 | 1010000 | 11101 |
Color Harmonies of #860F1A
Complementary color
Monochromatic Colors of #860F1A
Black with #860F1A
Text Example
Text Example
White with #860F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860F1A; }
p { color: rgb(134,15,26); }
H1.HeaderClassName
{
color: #860F1A;
}
.AnyTagClassName
{
color: #860F1A;
}
</style>
background-color css
<style>
a { background-color: #860F1A; }
a { background-color: rgb(134,15,26); }
div.DivClassName
{
background-color: #860F1A;
}
.BgClassName
{
background-color: #860F1A;
}
</style>
border-color css
<style>
span { border-color: #860F1A; }
span { border-color: rgb(134,15,26); }
td.TdClassName
{
border-color: #860F1A;
}
.TagClassName
{
border-color: #860F1A;
}
</style>