Shades of Sangria #8E020B
Tints of Sangria #8E020B
RGB
CMYK
RGB Variations
Color information
#8E020B (or 0x8E020B) is known color: Sangria. HEX triplet: 8E, 02 and 0B. RGB value is (142,2,11). Sum of RGB (Red+Green+Blue) = 142+2+11=155 (20% of max value = 765). Red value is 142 (55.86% from 255 or 91.61% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 11 (4.69% from 255 or 7.10% from 155); Max value from RGB is 142 - color contains mainly: red. Hex color #8E020B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E020B is #71FDF4. Grayscale: #2C2C2C. Windows color (decimal): -7470581 or 721550. OLE color: 721550.
HSL color Cylindrical-coordinate representation of color #8E020B: hue angle of 356.14º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8E020B is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 2 | 11 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.44 |
| HSL | 356.14º | 0.97% | 0.28% | - |
| HSV(B) | 356.14º | 0.99% | 0.56% | - |
| XYZ | 11.24 | 5.82 | 0.85 | - |
| YUV | 44.89 | 108.88 | 197.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 2 | 11 | 0 | 0.99 | 0.92 | 0.44 | 356.14 | 0.97 | 0.28 |
| Hex | 8E | 2 | B | 0 | 63 | 5C | 2C | 164 | 61 | 1C |
| Octal | 216 | 2 | 13 | 0 | 143 | 134 | 54 | 544 | 141 | 34 |
| Binary | 10001110 | 10 | 1011 | 0 | 1100011 | 1011100 | 101100 | 101100100 | 1100001 | 11100 |
Color Harmonies of #8E020B
Complementary color
Monochromatic Colors of #8E020B
Black with #8E020B
Text Example
Text Example
White with #8E020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E020B; }
p { color: rgb(142,2,11); }
H1.HeaderClassName
{
color: #8E020B;
}
.AnyTagClassName
{
color: #8E020B;
}
</style>
background-color css
<style>
a { background-color: #8E020B; }
a { background-color: rgb(142,2,11); }
div.DivClassName
{
background-color: #8E020B;
}
.BgClassName
{
background-color: #8E020B;
}
</style>
border-color css
<style>
span { border-color: #8E020B; }
span { border-color: rgb(142,2,11); }
td.TdClassName
{
border-color: #8E020B;
}
.TagClassName
{
border-color: #8E020B;
}
</style>