Shades of Sangria #860C11
Tints of Sangria #860C11
RGB
CMYK
RGB Variations
Color information
#860C11 (or 0x860C11) is known color: Sangria. HEX triplet: 86, 0C and 11. RGB value is (134,12,17). Sum of RGB (Red+Green+Blue) = 134+12+17=163 (21% of max value = 765). Red value is 134 (52.73% from 255 or 82.21% from 163); Green value is 12 (5.08% from 255 or 7.36% from 163); Blue value is 17 (7.03% from 255 or 10.43% from 163); Max value from RGB is 134 - color contains mainly: red. Hex color #860C11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860C11 is #79F3EE. Grayscale: #313131. Windows color (decimal): -7992303 or 1117318. OLE color: 1117318.
HSL color Cylindrical-coordinate representation of color #860C11: hue angle of 357.54º 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 #860C11 is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 12 | 17 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.47 |
| HSL | 357.54º | 0.84% | 0.29% | - |
| HSV(B) | 357.54º | 0.91% | 0.53% | - |
| XYZ | 10.06 | 5.37 | 1.04 | - |
| YUV | 49.05 | 109.92 | 188.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 12 | 17 | 0 | 0.91 | 0.87 | 0.47 | 357.54 | 0.84 | 0.29 |
| Hex | 86 | C | 11 | 0 | 5B | 57 | 2F | 166 | 54 | 1D |
| Octal | 206 | 14 | 21 | 0 | 133 | 127 | 57 | 546 | 124 | 35 |
| Binary | 10000110 | 1100 | 10001 | 0 | 1011011 | 1010111 | 101111 | 101100110 | 1010100 | 11101 |
Color Harmonies of #860C11
Complementary color
Monochromatic Colors of #860C11
Black with #860C11
Text Example
Text Example
White with #860C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860C11; }
p { color: rgb(134,12,17); }
H1.HeaderClassName
{
color: #860C11;
}
.AnyTagClassName
{
color: #860C11;
}
</style>
background-color css
<style>
a { background-color: #860C11; }
a { background-color: rgb(134,12,17); }
div.DivClassName
{
background-color: #860C11;
}
.BgClassName
{
background-color: #860C11;
}
</style>
border-color css
<style>
span { border-color: #860C11; }
span { border-color: rgb(134,12,17); }
td.TdClassName
{
border-color: #860C11;
}
.TagClassName
{
border-color: #860C11;
}
</style>