Shades of Sangria #860E16
Tints of Sangria #860E16
RGB
CMYK
RGB Variations
Color information
#860E16 (or 0x860E16) is known color: Sangria. HEX triplet: 86, 0E and 16. RGB value is (134,14,22). Sum of RGB (Red+Green+Blue) = 134+14+22=170 (22% of max value = 765). Red value is 134 (52.73% from 255 or 78.82% from 170); Green value is 14 (5.86% from 255 or 8.24% from 170); Blue value is 22 (8.98% from 255 or 12.94% from 170); Max value from RGB is 134 - color contains mainly: red. Hex color #860E16 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860E16 is #79F1E9. Grayscale: #323232. Windows color (decimal): -7991786 or 1445510. OLE color: 1445510.
HSL color Cylindrical-coordinate representation of color #860E16: hue angle of 356º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #860E16 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 14 | 22 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.47 |
| HSL | 356º | 0.81% | 0.29% | - |
| HSV(B) | 356º | 0.9% | 0.53% | - |
| XYZ | 10.13 | 5.44 | 1.28 | - |
| YUV | 50.79 | 111.76 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 14 | 22 | 0 | 0.90 | 0.84 | 0.47 | 356 | 0.81 | 0.29 |
| Hex | 86 | E | 16 | 0 | 5A | 54 | 2F | 164 | 51 | 1D |
| Octal | 206 | 16 | 26 | 0 | 132 | 124 | 57 | 544 | 121 | 35 |
| Binary | 10000110 | 1110 | 10110 | 0 | 1011010 | 1010100 | 101111 | 101100100 | 1010001 | 11101 |
Color Harmonies of #860E16
Complementary color
Monochromatic Colors of #860E16
Black with #860E16
Text Example
Text Example
White with #860E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860E16; }
p { color: rgb(134,14,22); }
H1.HeaderClassName
{
color: #860E16;
}
.AnyTagClassName
{
color: #860E16;
}
</style>
background-color css
<style>
a { background-color: #860E16; }
a { background-color: rgb(134,14,22); }
div.DivClassName
{
background-color: #860E16;
}
.BgClassName
{
background-color: #860E16;
}
</style>
border-color css
<style>
span { border-color: #860E16; }
span { border-color: rgb(134,14,22); }
td.TdClassName
{
border-color: #860E16;
}
.TagClassName
{
border-color: #860E16;
}
</style>