Shades of Sangria #860110
Tints of Sangria #860110
RGB
CMYK
RGB Variations
Color information
#860110 (or 0x860110) is known color: Sangria. HEX triplet: 86, 01 and 10. RGB value is (134,1,16). Sum of RGB (Red+Green+Blue) = 134+1+16=151 (20% of max value = 765). Red value is 134 (52.73% from 255 or 88.74% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 16 (6.64% from 255 or 10.60% from 151); Max value from RGB is 134 - color contains mainly: red. Hex color #860110 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860110 is #79FEEF. Grayscale: #2A2A2A. Windows color (decimal): -7995120 or 1048966. OLE color: 1048966.
HSL color Cylindrical-coordinate representation of color #860110: hue angle of 353.23º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #860110 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 1 | 16 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.47 |
| HSL | 353.23º | 0.99% | 0.26% | - |
| HSV(B) | 353.23º | 0.99% | 0.53% | - |
| XYZ | 9.94 | 5.13 | 0.96 | - |
| YUV | 42.48 | 113.06 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 1 | 16 | 0 | 0.99 | 0.88 | 0.47 | 353.23 | 0.99 | 0.26 |
| Hex | 86 | 1 | 10 | 0 | 63 | 58 | 2F | 161 | 63 | 1A |
| Octal | 206 | 1 | 20 | 0 | 143 | 130 | 57 | 541 | 143 | 32 |
| Binary | 10000110 | 1 | 10000 | 0 | 1100011 | 1011000 | 101111 | 101100001 | 1100011 | 11010 |
Color Harmonies of #860110
Complementary color
Monochromatic Colors of #860110
Black with #860110
Text Example
Text Example
White with #860110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860110; }
p { color: rgb(134,1,16); }
H1.HeaderClassName
{
color: #860110;
}
.AnyTagClassName
{
color: #860110;
}
</style>
background-color css
<style>
a { background-color: #860110; }
a { background-color: rgb(134,1,16); }
div.DivClassName
{
background-color: #860110;
}
.BgClassName
{
background-color: #860110;
}
</style>
border-color css
<style>
span { border-color: #860110; }
span { border-color: rgb(134,1,16); }
td.TdClassName
{
border-color: #860110;
}
.TagClassName
{
border-color: #860110;
}
</style>