Shades of Sangria #8E080E
Tints of Sangria #8E080E
RGB
CMYK
RGB Variations
Color information
#8E080E (or 0x8E080E) is known color: Sangria. HEX triplet: 8E, 08 and 0E. RGB value is (142,8,14). Sum of RGB (Red+Green+Blue) = 142+8+14=164 (21% of max value = 765). Red value is 142 (55.86% from 255 or 86.59% from 164); Green value is 8 (3.52% from 255 or 4.88% from 164); Blue value is 14 (5.86% from 255 or 8.54% from 164); Max value from RGB is 142 - color contains mainly: red. Hex color #8E080E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E080E is #71F7F1. Grayscale: #303030. Windows color (decimal): -7469042 or 919694. OLE color: 919694.
HSL color Cylindrical-coordinate representation of color #8E080E: hue angle of 357.31º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8E080E is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 8 | 14 | - |
| CMYK | 0 | 0.94 | 0.90 | 0.44 |
| HSL | 357.31º | 0.89% | 0.29% | - |
| HSV(B) | 357.31º | 0.94% | 0.56% | - |
| XYZ | 11.32 | 5.96 | 0.97 | - |
| YUV | 48.75 | 108.39 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 8 | 14 | 0 | 0.94 | 0.90 | 0.44 | 357.31 | 0.89 | 0.29 |
| Hex | 8E | 8 | E | 0 | 5E | 5A | 2C | 165 | 59 | 1D |
| Octal | 216 | 10 | 16 | 0 | 136 | 132 | 54 | 545 | 131 | 35 |
| Binary | 10001110 | 1000 | 1110 | 0 | 1011110 | 1011010 | 101100 | 101100101 | 1011001 | 11101 |
Color Harmonies of #8E080E
Complementary color
Monochromatic Colors of #8E080E
Black with #8E080E
Text Example
Text Example
White with #8E080E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E080E; }
p { color: rgb(142,8,14); }
H1.HeaderClassName
{
color: #8E080E;
}
.AnyTagClassName
{
color: #8E080E;
}
</style>
background-color css
<style>
a { background-color: #8E080E; }
a { background-color: rgb(142,8,14); }
div.DivClassName
{
background-color: #8E080E;
}
.BgClassName
{
background-color: #8E080E;
}
</style>
border-color css
<style>
span { border-color: #8E080E; }
span { border-color: rgb(142,8,14); }
td.TdClassName
{
border-color: #8E080E;
}
.TagClassName
{
border-color: #8E080E;
}
</style>