Shades of Sangria #870C16
Tints of Sangria #870C16
RGB
CMYK
RGB Variations
Color information
#870C16 (or 0x870C16) is known color: Sangria. HEX triplet: 87, 0C and 16. RGB value is (135,12,22). Sum of RGB (Red+Green+Blue) = 135+12+22=169 (22% of max value = 765). Red value is 135 (53.12% from 255 or 79.88% from 169); Green value is 12 (5.08% from 255 or 7.10% from 169); Blue value is 22 (8.98% from 255 or 13.02% from 169); Max value from RGB is 135 - color contains mainly: red. Hex color #870C16 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870C16 is #78F3E9. Grayscale: #323232. Windows color (decimal): -7926762 or 1444999. OLE color: 1444999.
HSL color Cylindrical-coordinate representation of color #870C16: hue angle of 355.12º 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 #870C16 is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 12 | 22 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.47 |
| HSL | 355.12º | 0.84% | 0.29% | - |
| HSV(B) | 355.12º | 0.91% | 0.53% | - |
| XYZ | 10.27 | 5.47 | 1.27 | - |
| YUV | 49.92 | 112.25 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 12 | 22 | 0 | 0.91 | 0.84 | 0.47 | 355.12 | 0.84 | 0.29 |
| Hex | 87 | C | 16 | 0 | 5B | 54 | 2F | 163 | 54 | 1D |
| Octal | 207 | 14 | 26 | 0 | 133 | 124 | 57 | 543 | 124 | 35 |
| Binary | 10000111 | 1100 | 10110 | 0 | 1011011 | 1010100 | 101111 | 101100011 | 1010100 | 11101 |
Color Harmonies of #870C16
Complementary color
Monochromatic Colors of #870C16
Black with #870C16
Text Example
Text Example
White with #870C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870C16; }
p { color: rgb(135,12,22); }
H1.HeaderClassName
{
color: #870C16;
}
.AnyTagClassName
{
color: #870C16;
}
</style>
background-color css
<style>
a { background-color: #870C16; }
a { background-color: rgb(135,12,22); }
div.DivClassName
{
background-color: #870C16;
}
.BgClassName
{
background-color: #870C16;
}
</style>
border-color css
<style>
span { border-color: #870C16; }
span { border-color: rgb(135,12,22); }
td.TdClassName
{
border-color: #870C16;
}
.TagClassName
{
border-color: #870C16;
}
</style>