Shades of Sangria #8E080B
Tints of Sangria #8E080B
RGB
CMYK
RGB Variations
Color information
#8E080B (or 0x8E080B) is known color: Sangria. HEX triplet: 8E, 08 and 0B. RGB value is (142,8,11). Sum of RGB (Red+Green+Blue) = 142+8+11=161 (21% of max value = 765). Red value is 142 (55.86% from 255 or 88.20% from 161); Green value is 8 (3.52% from 255 or 4.97% from 161); Blue value is 11 (4.69% from 255 or 6.83% from 161); Max value from RGB is 142 - color contains mainly: red. Hex color #8E080B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E080B is #71F7F4. Grayscale: #303030. Windows color (decimal): -7469045 or 723086. OLE color: 723086.
HSL color Cylindrical-coordinate representation of color #8E080B: hue angle of 358.66º 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 #8E080B is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 8 | 11 | - |
| CMYK | 0 | 0.94 | 0.92 | 0.44 |
| HSL | 358.66º | 0.89% | 0.29% | - |
| HSV(B) | 358.66º | 0.94% | 0.56% | - |
| XYZ | 11.3 | 5.95 | 0.87 | - |
| YUV | 48.41 | 106.89 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 8 | 11 | 0 | 0.94 | 0.92 | 0.44 | 358.66 | 0.89 | 0.29 |
| Hex | 8E | 8 | B | 0 | 5E | 5C | 2C | 167 | 59 | 1D |
| Octal | 216 | 10 | 13 | 0 | 136 | 134 | 54 | 547 | 131 | 35 |
| Binary | 10001110 | 1000 | 1011 | 0 | 1011110 | 1011100 | 101100 | 101100111 | 1011001 | 11101 |
Color Harmonies of #8E080B
Complementary color
Monochromatic Colors of #8E080B
Black with #8E080B
Text Example
Text Example
White with #8E080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E080B; }
p { color: rgb(142,8,11); }
H1.HeaderClassName
{
color: #8E080B;
}
.AnyTagClassName
{
color: #8E080B;
}
</style>
background-color css
<style>
a { background-color: #8E080B; }
a { background-color: rgb(142,8,11); }
div.DivClassName
{
background-color: #8E080B;
}
.BgClassName
{
background-color: #8E080B;
}
</style>
border-color css
<style>
span { border-color: #8E080B; }
span { border-color: rgb(142,8,11); }
td.TdClassName
{
border-color: #8E080B;
}
.TagClassName
{
border-color: #8E080B;
}
</style>