Shades of Sangria #871112
Tints of Sangria #871112
RGB
CMYK
RGB Variations
Color information
#871112 (or 0x871112) is known color: Sangria. HEX triplet: 87, 11 and 12. RGB value is (135,17,18). Sum of RGB (Red+Green+Blue) = 135+17+18=170 (22% of max value = 765). Red value is 135 (53.12% from 255 or 79.41% from 170); Green value is 17 (7.03% from 255 or 10% from 170); Blue value is 18 (7.42% from 255 or 10.59% from 170); Max value from RGB is 135 - color contains mainly: red. Hex color #871112 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871112 is #78EEED. Grayscale: #343434. Windows color (decimal): -7925486 or 1184135. OLE color: 1184135.
HSL color Cylindrical-coordinate representation of color #871112: hue angle of 359.49º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #871112 is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 17 | 18 | - |
| CMYK | 0 | 0.87 | 0.87 | 0.47 |
| HSL | 359.49º | 0.78% | 0.3% | - |
| HSV(B) | 359.49º | 0.87% | 0.53% | - |
| XYZ | 10.3 | 5.6 | 1.11 | - |
| YUV | 52.4 | 108.59 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 17 | 18 | 0 | 0.87 | 0.87 | 0.47 | 359.49 | 0.78 | 0.3 |
| Hex | 87 | 11 | 12 | 0 | 57 | 57 | 2F | 167 | 4E | 1E |
| Octal | 207 | 21 | 22 | 0 | 127 | 127 | 57 | 547 | 116 | 36 |
| Binary | 10000111 | 10001 | 10010 | 0 | 1010111 | 1010111 | 101111 | 101100111 | 1001110 | 11110 |
Color Harmonies of #871112
Complementary color
Monochromatic Colors of #871112
Black with #871112
Text Example
Text Example
White with #871112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871112; }
p { color: rgb(135,17,18); }
H1.HeaderClassName
{
color: #871112;
}
.AnyTagClassName
{
color: #871112;
}
</style>
background-color css
<style>
a { background-color: #871112; }
a { background-color: rgb(135,17,18); }
div.DivClassName
{
background-color: #871112;
}
.BgClassName
{
background-color: #871112;
}
</style>
border-color css
<style>
span { border-color: #871112; }
span { border-color: rgb(135,17,18); }
td.TdClassName
{
border-color: #871112;
}
.TagClassName
{
border-color: #871112;
}
</style>