Shades of Sangria #8E0A0F
Tints of Sangria #8E0A0F
RGB
CMYK
RGB Variations
Color information
#8E0A0F (or 0x8E0A0F) is known color: Sangria. HEX triplet: 8E, 0A and 0F. RGB value is (142,10,15). Sum of RGB (Red+Green+Blue) = 142+10+15=167 (22% of max value = 765). Red value is 142 (55.86% from 255 or 85.03% from 167); Green value is 10 (4.30% from 255 or 5.99% from 167); Blue value is 15 (6.25% from 255 or 8.98% from 167); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0A0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E0A0F is #71F5F0. Grayscale: #323232. Windows color (decimal): -7468529 or 985742. OLE color: 985742.
HSL color Cylindrical-coordinate representation of color #8E0A0F: hue angle of 357.73º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8E0A0F is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 10 | 15 | - |
| CMYK | 0 | 0.93 | 0.89 | 0.44 |
| HSL | 357.73º | 0.87% | 0.3% | - |
| HSV(B) | 357.73º | 0.93% | 0.56% | - |
| XYZ | 11.35 | 6 | 1.01 | - |
| YUV | 50.04 | 108.23 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 10 | 15 | 0 | 0.93 | 0.89 | 0.44 | 357.73 | 0.87 | 0.3 |
| Hex | 8E | A | F | 0 | 5D | 59 | 2C | 166 | 57 | 1E |
| Octal | 216 | 12 | 17 | 0 | 135 | 131 | 54 | 546 | 127 | 36 |
| Binary | 10001110 | 1010 | 1111 | 0 | 1011101 | 1011001 | 101100 | 101100110 | 1010111 | 11110 |
Color Harmonies of #8E0A0F
Complementary color
Monochromatic Colors of #8E0A0F
Black with #8E0A0F
Text Example
Text Example
White with #8E0A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0A0F; }
p { color: rgb(142,10,15); }
H1.HeaderClassName
{
color: #8E0A0F;
}
.AnyTagClassName
{
color: #8E0A0F;
}
</style>
background-color css
<style>
a { background-color: #8E0A0F; }
a { background-color: rgb(142,10,15); }
div.DivClassName
{
background-color: #8E0A0F;
}
.BgClassName
{
background-color: #8E0A0F;
}
</style>
border-color css
<style>
span { border-color: #8E0A0F; }
span { border-color: rgb(142,10,15); }
td.TdClassName
{
border-color: #8E0A0F;
}
.TagClassName
{
border-color: #8E0A0F;
}
</style>