Shades of Sangria #8E0F15
Tints of Sangria #8E0F15
RGB
CMYK
RGB Variations
Color information
#8E0F15 (or 0x8E0F15) is known color: Sangria. HEX triplet: 8E, 0F and 15. RGB value is (142,15,21). Sum of RGB (Red+Green+Blue) = 142+15+21=178 (23% of max value = 765). Red value is 142 (55.86% from 255 or 79.78% from 178); Green value is 15 (6.25% from 255 or 8.43% from 178); Blue value is 21 (8.59% from 255 or 11.80% from 178); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0F15 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E0F15 is #71F0EA. Grayscale: #353535. Windows color (decimal): -7467243 or 1380238. OLE color: 1380238.
HSL color Cylindrical-coordinate representation of color #8E0F15: hue angle of 357.17º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8E0F15 is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 15 | 21 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.44 |
| HSL | 357.17º | 0.81% | 0.31% | - |
| HSV(B) | 357.17º | 0.89% | 0.56% | - |
| XYZ | 11.46 | 6.15 | 1.29 | - |
| YUV | 53.66 | 109.58 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 15 | 21 | 0 | 0.89 | 0.85 | 0.44 | 357.17 | 0.81 | 0.31 |
| Hex | 8E | F | 15 | 0 | 59 | 55 | 2C | 165 | 51 | 1F |
| Octal | 216 | 17 | 25 | 0 | 131 | 125 | 54 | 545 | 121 | 37 |
| Binary | 10001110 | 1111 | 10101 | 0 | 1011001 | 1010101 | 101100 | 101100101 | 1010001 | 11111 |
Color Harmonies of #8E0F15
Complementary color
Monochromatic Colors of #8E0F15
Black with #8E0F15
Text Example
Text Example
White with #8E0F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0F15; }
p { color: rgb(142,15,21); }
H1.HeaderClassName
{
color: #8E0F15;
}
.AnyTagClassName
{
color: #8E0F15;
}
</style>
background-color css
<style>
a { background-color: #8E0F15; }
a { background-color: rgb(142,15,21); }
div.DivClassName
{
background-color: #8E0F15;
}
.BgClassName
{
background-color: #8E0F15;
}
</style>
border-color css
<style>
span { border-color: #8E0F15; }
span { border-color: rgb(142,15,21); }
td.TdClassName
{
border-color: #8E0F15;
}
.TagClassName
{
border-color: #8E0F15;
}
</style>