Shades of Sangria #860C16
Tints of Sangria #860C16
RGB
CMYK
RGB Variations
Color information
#860C16 (or 0x860C16) is known color: Sangria. HEX triplet: 86, 0C and 16. RGB value is (134,12,22). Sum of RGB (Red+Green+Blue) = 134+12+22=168 (22% of max value = 765). Red value is 134 (52.73% from 255 or 79.76% from 168); Green value is 12 (5.08% from 255 or 7.14% from 168); Blue value is 22 (8.98% from 255 or 13.10% from 168); Max value from RGB is 134 - color contains mainly: red. Hex color #860C16 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860C16 is #79F3E9. Grayscale: #313131. Windows color (decimal): -7992298 or 1444998. OLE color: 1444998.
HSL color Cylindrical-coordinate representation of color #860C16: hue angle of 355.08º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #860C16 is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 12 | 22 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.47 |
| HSL | 355.08º | 0.84% | 0.29% | - |
| HSV(B) | 355.08º | 0.91% | 0.53% | - |
| XYZ | 10.11 | 5.39 | 1.27 | - |
| YUV | 49.62 | 112.42 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 12 | 22 | 0 | 0.91 | 0.84 | 0.47 | 355.08 | 0.84 | 0.29 |
| Hex | 86 | C | 16 | 0 | 5B | 54 | 2F | 163 | 54 | 1D |
| Octal | 206 | 14 | 26 | 0 | 133 | 124 | 57 | 543 | 124 | 35 |
| Binary | 10000110 | 1100 | 10110 | 0 | 1011011 | 1010100 | 101111 | 101100011 | 1010100 | 11101 |
Color Harmonies of #860C16
Complementary color
Monochromatic Colors of #860C16
Black with #860C16
Text Example
Text Example
White with #860C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860C16; }
p { color: rgb(134,12,22); }
H1.HeaderClassName
{
color: #860C16;
}
.AnyTagClassName
{
color: #860C16;
}
</style>
background-color css
<style>
a { background-color: #860C16; }
a { background-color: rgb(134,12,22); }
div.DivClassName
{
background-color: #860C16;
}
.BgClassName
{
background-color: #860C16;
}
</style>
border-color css
<style>
span { border-color: #860C16; }
span { border-color: rgb(134,12,22); }
td.TdClassName
{
border-color: #860C16;
}
.TagClassName
{
border-color: #860C16;
}
</style>