Shades of Sangria #8E0310
Tints of Sangria #8E0310
RGB
CMYK
RGB Variations
Color information
#8E0310 (or 0x8E0310) is known color: Sangria. HEX triplet: 8E, 03 and 10. RGB value is (142,3,16). Sum of RGB (Red+Green+Blue) = 142+3+16=161 (21% of max value = 765). Red value is 142 (55.86% from 255 or 88.20% from 161); Green value is 3 (1.56% from 255 or 1.86% from 161); Blue value is 16 (6.64% from 255 or 9.94% from 161); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0310 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E0310 is #71FCEF. Grayscale: #2E2E2E. Windows color (decimal): -7470320 or 1049486. OLE color: 1049486.
HSL color Cylindrical-coordinate representation of color #8E0310: hue angle of 354.39º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8E0310 is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 3 | 16 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.44 |
| HSL | 354.39º | 0.96% | 0.28% | - |
| HSV(B) | 354.39º | 0.98% | 0.56% | - |
| XYZ | 11.28 | 5.85 | 1.03 | - |
| YUV | 46.04 | 111.05 | 196.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 3 | 16 | 0 | 0.98 | 0.89 | 0.44 | 354.39 | 0.96 | 0.28 |
| Hex | 8E | 3 | 10 | 0 | 62 | 59 | 2C | 162 | 60 | 1C |
| Octal | 216 | 3 | 20 | 0 | 142 | 131 | 54 | 542 | 140 | 34 |
| Binary | 10001110 | 11 | 10000 | 0 | 1100010 | 1011001 | 101100 | 101100010 | 1100000 | 11100 |
Color Harmonies of #8E0310
Complementary color
Monochromatic Colors of #8E0310
Black with #8E0310
Text Example
Text Example
White with #8E0310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0310; }
p { color: rgb(142,3,16); }
H1.HeaderClassName
{
color: #8E0310;
}
.AnyTagClassName
{
color: #8E0310;
}
</style>
background-color css
<style>
a { background-color: #8E0310; }
a { background-color: rgb(142,3,16); }
div.DivClassName
{
background-color: #8E0310;
}
.BgClassName
{
background-color: #8E0310;
}
</style>
border-color css
<style>
span { border-color: #8E0310; }
span { border-color: rgb(142,3,16); }
td.TdClassName
{
border-color: #8E0310;
}
.TagClassName
{
border-color: #8E0310;
}
</style>