Shades of Burgundy #860F1C
Tints of Burgundy #860F1C
RGB
CMYK
RGB Variations
Color information
#860F1C (or 0x860F1C) is known color: Burgundy. HEX triplet: 86, 0F and 1C. RGB value is (134,15,28). Sum of RGB (Red+Green+Blue) = 134+15+28=177 (23% of max value = 765). Red value is 134 (52.73% from 255 or 75.71% from 177); Green value is 15 (6.25% from 255 or 8.47% from 177); Blue value is 28 (11.33% from 255 or 15.82% from 177); Max value from RGB is 134 - color contains mainly: red. Hex color #860F1C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860F1C is #79F0E3. Grayscale: #343434. Windows color (decimal): -7991524 or 1838982. OLE color: 1838982.
HSL color Cylindrical-coordinate representation of color #860F1C: hue angle of 353.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 #860F1C is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 15 | 28 | - |
| CMYK | 0 | 0.89 | 0.79 | 0.47 |
| HSL | 353.45º | 0.8% | 0.29% | - |
| HSV(B) | 353.45º | 0.89% | 0.53% | - |
| XYZ | 10.21 | 5.49 | 1.62 | - |
| YUV | 52.06 | 114.42 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 15 | 28 | 0 | 0.89 | 0.79 | 0.47 | 353.45 | 0.8 | 0.29 |
| Hex | 86 | F | 1C | 0 | 59 | 4F | 2F | 161 | 50 | 1D |
| Octal | 206 | 17 | 34 | 0 | 131 | 117 | 57 | 541 | 120 | 35 |
| Binary | 10000110 | 1111 | 11100 | 0 | 1011001 | 1001111 | 101111 | 101100001 | 1010000 | 11101 |
Color Harmonies of #860F1C
Complementary color
Monochromatic Colors of #860F1C
Black with #860F1C
Text Example
Text Example
White with #860F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860F1C; }
p { color: rgb(134,15,28); }
H1.HeaderClassName
{
color: #860F1C;
}
.AnyTagClassName
{
color: #860F1C;
}
</style>
background-color css
<style>
a { background-color: #860F1C; }
a { background-color: rgb(134,15,28); }
div.DivClassName
{
background-color: #860F1C;
}
.BgClassName
{
background-color: #860F1C;
}
</style>
border-color css
<style>
span { border-color: #860F1C; }
span { border-color: rgb(134,15,28); }
td.TdClassName
{
border-color: #860F1C;
}
.TagClassName
{
border-color: #860F1C;
}
</style>