Shades of Sangria #8E0B13
Tints of Sangria #8E0B13
RGB
CMYK
RGB Variations
Color information
#8E0B13 (or 0x8E0B13) is known color: Sangria. HEX triplet: 8E, 0B and 13. RGB value is (142,11,19). Sum of RGB (Red+Green+Blue) = 142+11+19=172 (22% of max value = 765). Red value is 142 (55.86% from 255 or 82.56% from 172); Green value is 11 (4.69% from 255 or 6.40% from 172); Blue value is 19 (7.81% from 255 or 11.05% from 172); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0B13 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E0B13 is #71F4EC. Grayscale: #333333. Windows color (decimal): -7468269 or 1248142. OLE color: 1248142.
HSL color Cylindrical-coordinate representation of color #8E0B13: hue angle of 356.34º 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 #8E0B13 is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 11 | 19 | - |
| CMYK | 0 | 0.92 | 0.87 | 0.44 |
| HSL | 356.34º | 0.86% | 0.3% | - |
| HSV(B) | 356.34º | 0.92% | 0.56% | - |
| XYZ | 11.39 | 6.04 | 1.18 | - |
| YUV | 51.08 | 109.9 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 11 | 19 | 0 | 0.92 | 0.87 | 0.44 | 356.34 | 0.86 | 0.3 |
| Hex | 8E | B | 13 | 0 | 5C | 57 | 2C | 164 | 56 | 1E |
| Octal | 216 | 13 | 23 | 0 | 134 | 127 | 54 | 544 | 126 | 36 |
| Binary | 10001110 | 1011 | 10011 | 0 | 1011100 | 1010111 | 101100 | 101100100 | 1010110 | 11110 |
Color Harmonies of #8E0B13
Complementary color
Monochromatic Colors of #8E0B13
Black with #8E0B13
Text Example
Text Example
White with #8E0B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0B13; }
p { color: rgb(142,11,19); }
H1.HeaderClassName
{
color: #8E0B13;
}
.AnyTagClassName
{
color: #8E0B13;
}
</style>
background-color css
<style>
a { background-color: #8E0B13; }
a { background-color: rgb(142,11,19); }
div.DivClassName
{
background-color: #8E0B13;
}
.BgClassName
{
background-color: #8E0B13;
}
</style>
border-color css
<style>
span { border-color: #8E0B13; }
span { border-color: rgb(142,11,19); }
td.TdClassName
{
border-color: #8E0B13;
}
.TagClassName
{
border-color: #8E0B13;
}
</style>