Shades of Sangria #8E0510
Tints of Sangria #8E0510
RGB
CMYK
RGB Variations
Color information
#8E0510 (or 0x8E0510) is known color: Sangria. HEX triplet: 8E, 05 and 10. RGB value is (142,5,16). Sum of RGB (Red+Green+Blue) = 142+5+16=163 (21% of max value = 765). Red value is 142 (55.86% from 255 or 87.12% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 16 (6.64% from 255 or 9.82% from 163); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0510 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E0510 is #71FAEF. Grayscale: #2F2F2F. Windows color (decimal): -7469808 or 1049998. OLE color: 1049998.
HSL color Cylindrical-coordinate representation of color #8E0510: hue angle of 355.18º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8E0510 is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 5 | 16 | - |
| CMYK | 0 | 0.96 | 0.89 | 0.44 |
| HSL | 355.18º | 0.93% | 0.29% | - |
| HSV(B) | 355.18º | 0.96% | 0.56% | - |
| XYZ | 11.3 | 5.9 | 1.03 | - |
| YUV | 47.22 | 110.39 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 5 | 16 | 0 | 0.96 | 0.89 | 0.44 | 355.18 | 0.93 | 0.29 |
| Hex | 8E | 5 | 10 | 0 | 60 | 59 | 2C | 163 | 5D | 1D |
| Octal | 216 | 5 | 20 | 0 | 140 | 131 | 54 | 543 | 135 | 35 |
| Binary | 10001110 | 101 | 10000 | 0 | 1100000 | 1011001 | 101100 | 101100011 | 1011101 | 11101 |
Color Harmonies of #8E0510
Complementary color
Monochromatic Colors of #8E0510
Black with #8E0510
Text Example
Text Example
White with #8E0510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0510; }
p { color: rgb(142,5,16); }
H1.HeaderClassName
{
color: #8E0510;
}
.AnyTagClassName
{
color: #8E0510;
}
</style>
background-color css
<style>
a { background-color: #8E0510; }
a { background-color: rgb(142,5,16); }
div.DivClassName
{
background-color: #8E0510;
}
.BgClassName
{
background-color: #8E0510;
}
</style>
border-color css
<style>
span { border-color: #8E0510; }
span { border-color: rgb(142,5,16); }
td.TdClassName
{
border-color: #8E0510;
}
.TagClassName
{
border-color: #8E0510;
}
</style>