Shades of Sangria #8E0913
Tints of Sangria #8E0913
RGB
CMYK
RGB Variations
Color information
#8E0913 (or 0x8E0913) is known color: Sangria. HEX triplet: 8E, 09 and 13. RGB value is (142,9,19). Sum of RGB (Red+Green+Blue) = 142+9+19=170 (22% of max value = 765). Red value is 142 (55.86% from 255 or 83.53% from 170); Green value is 9 (3.91% from 255 or 5.29% from 170); Blue value is 19 (7.81% from 255 or 11.18% from 170); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0913 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E0913 is #71F6EC. Grayscale: #323232. Windows color (decimal): -7468781 or 1247630. OLE color: 1247630.
HSL color Cylindrical-coordinate representation of color #8E0913: hue angle of 355.49º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8E0913 is Cyan = 0, Magento = 0.94, Yellow = 0.87 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 9 | 19 | - |
| CMYK | 0 | 0.94 | 0.87 | 0.44 |
| HSL | 355.49º | 0.88% | 0.3% | - |
| HSV(B) | 355.49º | 0.94% | 0.56% | - |
| XYZ | 11.37 | 5.99 | 1.17 | - |
| YUV | 49.91 | 110.56 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 9 | 19 | 0 | 0.94 | 0.87 | 0.44 | 355.49 | 0.88 | 0.3 |
| Hex | 8E | 9 | 13 | 0 | 5E | 57 | 2C | 163 | 58 | 1E |
| Octal | 216 | 11 | 23 | 0 | 136 | 127 | 54 | 543 | 130 | 36 |
| Binary | 10001110 | 1001 | 10011 | 0 | 1011110 | 1010111 | 101100 | 101100011 | 1011000 | 11110 |
Color Harmonies of #8E0913
Complementary color
Monochromatic Colors of #8E0913
Black with #8E0913
Text Example
Text Example
White with #8E0913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0913; }
p { color: rgb(142,9,19); }
H1.HeaderClassName
{
color: #8E0913;
}
.AnyTagClassName
{
color: #8E0913;
}
</style>
background-color css
<style>
a { background-color: #8E0913; }
a { background-color: rgb(142,9,19); }
div.DivClassName
{
background-color: #8E0913;
}
.BgClassName
{
background-color: #8E0913;
}
</style>
border-color css
<style>
span { border-color: #8E0913; }
span { border-color: rgb(142,9,19); }
td.TdClassName
{
border-color: #8E0913;
}
.TagClassName
{
border-color: #8E0913;
}
</style>