Shades of Sangria #870F10
Tints of Sangria #870F10
RGB
CMYK
RGB Variations
Color information
#870F10 (or 0x870F10) is known color: Sangria. HEX triplet: 87, 0F and 10. RGB value is (135,15,16). Sum of RGB (Red+Green+Blue) = 135+15+16=166 (21% of max value = 765). Red value is 135 (53.12% from 255 or 81.33% from 166); Green value is 15 (6.25% from 255 or 9.04% from 166); Blue value is 16 (6.64% from 255 or 9.64% from 166); Max value from RGB is 135 - color contains mainly: red. Hex color #870F10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870F10 is #78F0EF. Grayscale: #333333. Windows color (decimal): -7926000 or 1052551. OLE color: 1052551.
HSL color Cylindrical-coordinate representation of color #870F10: hue angle of 359.5º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #870F10 is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 15 | 16 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.47 |
| HSL | 359.5º | 0.8% | 0.29% | - |
| HSV(B) | 359.5º | 0.89% | 0.53% | - |
| XYZ | 10.26 | 5.53 | 1.02 | - |
| YUV | 50.99 | 108.26 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 15 | 16 | 0 | 0.89 | 0.88 | 0.47 | 359.5 | 0.8 | 0.29 |
| Hex | 87 | F | 10 | 0 | 59 | 58 | 2F | 168 | 50 | 1D |
| Octal | 207 | 17 | 20 | 0 | 131 | 130 | 57 | 550 | 120 | 35 |
| Binary | 10000111 | 1111 | 10000 | 0 | 1011001 | 1011000 | 101111 | 101101000 | 1010000 | 11101 |
Color Harmonies of #870F10
Complementary color
Monochromatic Colors of #870F10
Black with #870F10
Text Example
Text Example
White with #870F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870F10; }
p { color: rgb(135,15,16); }
H1.HeaderClassName
{
color: #870F10;
}
.AnyTagClassName
{
color: #870F10;
}
</style>
background-color css
<style>
a { background-color: #870F10; }
a { background-color: rgb(135,15,16); }
div.DivClassName
{
background-color: #870F10;
}
.BgClassName
{
background-color: #870F10;
}
</style>
border-color css
<style>
span { border-color: #870F10; }
span { border-color: rgb(135,15,16); }
td.TdClassName
{
border-color: #870F10;
}
.TagClassName
{
border-color: #870F10;
}
</style>