Shades of Sangria #8E0B0D
Tints of Sangria #8E0B0D
RGB
CMYK
RGB Variations
Color information
#8E0B0D (or 0x8E0B0D) is known color: Sangria. HEX triplet: 8E, 0B and 0D. RGB value is (142,11,13). Sum of RGB (Red+Green+Blue) = 142+11+13=166 (21% of max value = 765). Red value is 142 (55.86% from 255 or 85.54% from 166); Green value is 11 (4.69% from 255 or 6.63% from 166); Blue value is 13 (5.47% from 255 or 7.83% from 166); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0B0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E0B0D is #71F4F2. Grayscale: #323232. Windows color (decimal): -7468275 or 854926. OLE color: 854926.
HSL color Cylindrical-coordinate representation of color #8E0B0D: hue angle of 359.08º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8E0B0D is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 11 | 13 | - |
| CMYK | 0 | 0.92 | 0.91 | 0.44 |
| HSL | 359.08º | 0.86% | 0.3% | - |
| HSV(B) | 359.08º | 0.92% | 0.56% | - |
| XYZ | 11.35 | 6.02 | 0.94 | - |
| YUV | 50.4 | 106.9 | 193.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 11 | 13 | 0 | 0.92 | 0.91 | 0.44 | 359.08 | 0.86 | 0.3 |
| Hex | 8E | B | D | 0 | 5C | 5B | 2C | 167 | 56 | 1E |
| Octal | 216 | 13 | 15 | 0 | 134 | 133 | 54 | 547 | 126 | 36 |
| Binary | 10001110 | 1011 | 1101 | 0 | 1011100 | 1011011 | 101100 | 101100111 | 1010110 | 11110 |
Color Harmonies of #8E0B0D
Complementary color
Monochromatic Colors of #8E0B0D
Black with #8E0B0D
Text Example
Text Example
White with #8E0B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0B0D; }
p { color: rgb(142,11,13); }
H1.HeaderClassName
{
color: #8E0B0D;
}
.AnyTagClassName
{
color: #8E0B0D;
}
</style>
background-color css
<style>
a { background-color: #8E0B0D; }
a { background-color: rgb(142,11,13); }
div.DivClassName
{
background-color: #8E0B0D;
}
.BgClassName
{
background-color: #8E0B0D;
}
</style>
border-color css
<style>
span { border-color: #8E0B0D; }
span { border-color: rgb(142,11,13); }
td.TdClassName
{
border-color: #8E0B0D;
}
.TagClassName
{
border-color: #8E0B0D;
}
</style>