Shades of Sangria #870C0F
Tints of Sangria #870C0F
RGB
CMYK
RGB Variations
Color information
#870C0F (or 0x870C0F) is known color: Sangria. HEX triplet: 87, 0C and 0F. RGB value is (135,12,15). Sum of RGB (Red+Green+Blue) = 135+12+15=162 (21% of max value = 765). Red value is 135 (53.12% from 255 or 83.33% from 162); Green value is 12 (5.08% from 255 or 7.41% from 162); Blue value is 15 (6.25% from 255 or 9.26% from 162); Max value from RGB is 135 - color contains mainly: red. Hex color #870C0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870C0F is #78F3F0. Grayscale: #313131. Windows color (decimal): -7926769 or 986247. OLE color: 986247.
HSL color Cylindrical-coordinate representation of color #870C0F: hue angle of 358.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 #870C0F is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 12 | 15 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.47 |
| HSL | 358.54º | 0.84% | 0.29% | - |
| HSV(B) | 358.54º | 0.91% | 0.53% | - |
| XYZ | 10.21 | 5.45 | 0.97 | - |
| YUV | 49.12 | 108.75 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 12 | 15 | 0 | 0.91 | 0.89 | 0.47 | 358.54 | 0.84 | 0.29 |
| Hex | 87 | C | F | 0 | 5B | 59 | 2F | 167 | 54 | 1D |
| Octal | 207 | 14 | 17 | 0 | 133 | 131 | 57 | 547 | 124 | 35 |
| Binary | 10000111 | 1100 | 1111 | 0 | 1011011 | 1011001 | 101111 | 101100111 | 1010100 | 11101 |
Color Harmonies of #870C0F
Complementary color
Monochromatic Colors of #870C0F
Black with #870C0F
Text Example
Text Example
White with #870C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870C0F; }
p { color: rgb(135,12,15); }
H1.HeaderClassName
{
color: #870C0F;
}
.AnyTagClassName
{
color: #870C0F;
}
</style>
background-color css
<style>
a { background-color: #870C0F; }
a { background-color: rgb(135,12,15); }
div.DivClassName
{
background-color: #870C0F;
}
.BgClassName
{
background-color: #870C0F;
}
</style>
border-color css
<style>
span { border-color: #870C0F; }
span { border-color: rgb(135,12,15); }
td.TdClassName
{
border-color: #870C0F;
}
.TagClassName
{
border-color: #870C0F;
}
</style>