Shades of Sangria #8E1315
Tints of Sangria #8E1315
RGB
CMYK
RGB Variations
Color information
#8E1315 (or 0x8E1315) is known color: Sangria. HEX triplet: 8E, 13 and 15. RGB value is (142,19,21). Sum of RGB (Red+Green+Blue) = 142+19+21=182 (24% of max value = 765). Red value is 142 (55.86% from 255 or 78.02% from 182); Green value is 19 (7.81% from 255 or 10.44% from 182); Blue value is 21 (8.59% from 255 or 11.54% from 182); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1315 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E1315 is #71ECEA. Grayscale: #383838. Windows color (decimal): -7466219 or 1381262. OLE color: 1381262.
HSL color Cylindrical-coordinate representation of color #8E1315: hue angle of 359.02º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8E1315 is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 19 | 21 | - |
| CMYK | 0 | 0.87 | 0.85 | 0.44 |
| HSL | 359.02º | 0.76% | 0.32% | - |
| HSV(B) | 359.02º | 0.87% | 0.56% | - |
| XYZ | 11.52 | 6.27 | 1.31 | - |
| YUV | 56.01 | 108.25 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 19 | 21 | 0 | 0.87 | 0.85 | 0.44 | 359.02 | 0.76 | 0.32 |
| Hex | 8E | 13 | 15 | 0 | 57 | 55 | 2C | 167 | 4C | 20 |
| Octal | 216 | 23 | 25 | 0 | 127 | 125 | 54 | 547 | 114 | 40 |
| Binary | 10001110 | 10011 | 10101 | 0 | 1010111 | 1010101 | 101100 | 101100111 | 1001100 | 100000 |
Color Harmonies of #8E1315
Complementary color
Monochromatic Colors of #8E1315
Black with #8E1315
Text Example
Text Example
White with #8E1315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1315; }
p { color: rgb(142,19,21); }
H1.HeaderClassName
{
color: #8E1315;
}
.AnyTagClassName
{
color: #8E1315;
}
</style>
background-color css
<style>
a { background-color: #8E1315; }
a { background-color: rgb(142,19,21); }
div.DivClassName
{
background-color: #8E1315;
}
.BgClassName
{
background-color: #8E1315;
}
</style>
border-color css
<style>
span { border-color: #8E1315; }
span { border-color: rgb(142,19,21); }
td.TdClassName
{
border-color: #8E1315;
}
.TagClassName
{
border-color: #8E1315;
}
</style>