Shades of Sangria #860C15
Tints of Sangria #860C15
RGB
CMYK
RGB Variations
Color information
#860C15 (or 0x860C15) is known color: Sangria. HEX triplet: 86, 0C and 15. RGB value is (134,12,21). Sum of RGB (Red+Green+Blue) = 134+12+21=167 (22% of max value = 765). Red value is 134 (52.73% from 255 or 80.24% from 167); Green value is 12 (5.08% from 255 or 7.19% from 167); Blue value is 21 (8.59% from 255 or 12.57% from 167); Max value from RGB is 134 - color contains mainly: red. Hex color #860C15 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860C15 is #79F3EA. Grayscale: #313131. Windows color (decimal): -7992299 or 1379462. OLE color: 1379462.
HSL color Cylindrical-coordinate representation of color #860C15: hue angle of 355.57º 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 #860C15 is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 12 | 21 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.47 |
| HSL | 355.57º | 0.84% | 0.29% | - |
| HSV(B) | 355.57º | 0.91% | 0.53% | - |
| XYZ | 10.1 | 5.39 | 1.22 | - |
| YUV | 49.5 | 111.92 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 12 | 21 | 0 | 0.91 | 0.84 | 0.47 | 355.57 | 0.84 | 0.29 |
| Hex | 86 | C | 15 | 0 | 5B | 54 | 2F | 164 | 54 | 1D |
| Octal | 206 | 14 | 25 | 0 | 133 | 124 | 57 | 544 | 124 | 35 |
| Binary | 10000110 | 1100 | 10101 | 0 | 1011011 | 1010100 | 101111 | 101100100 | 1010100 | 11101 |
Color Harmonies of #860C15
Complementary color
Monochromatic Colors of #860C15
Black with #860C15
Text Example
Text Example
White with #860C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860C15; }
p { color: rgb(134,12,21); }
H1.HeaderClassName
{
color: #860C15;
}
.AnyTagClassName
{
color: #860C15;
}
</style>
background-color css
<style>
a { background-color: #860C15; }
a { background-color: rgb(134,12,21); }
div.DivClassName
{
background-color: #860C15;
}
.BgClassName
{
background-color: #860C15;
}
</style>
border-color css
<style>
span { border-color: #860C15; }
span { border-color: rgb(134,12,21); }
td.TdClassName
{
border-color: #860C15;
}
.TagClassName
{
border-color: #860C15;
}
</style>