Shades of Sangria #9E0810
Tints of Sangria #9E0810
RGB
CMYK
RGB Variations
Color information
#9E0810 (or 0x9E0810) is known color: Sangria. HEX triplet: 9E, 08 and 10. RGB value is (158,8,16). Sum of RGB (Red+Green+Blue) = 158+8+16=182 (24% of max value = 765). Red value is 158 (62.11% from 255 or 86.81% from 182); Green value is 8 (3.52% from 255 or 4.40% from 182); Blue value is 16 (6.64% from 255 or 8.79% from 182); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0810 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E0810 is #61F7EF. Grayscale: #353535. Windows color (decimal): -6420464 or 1050782. OLE color: 1050782.
HSL color Cylindrical-coordinate representation of color #9E0810: hue angle of 356.8º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9E0810 is Cyan = 0, Magento = 0.95, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 8 | 16 | - |
| CMYK | 0 | 0.95 | 0.90 | 0.38 |
| HSL | 356.8º | 0.9% | 0.33% | - |
| HSV(B) | 356.8º | 0.95% | 0.62% | - |
| XYZ | 14.28 | 7.48 | 1.18 | - |
| YUV | 53.76 | 106.7 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 8 | 16 | 0 | 0.95 | 0.90 | 0.38 | 356.8 | 0.9 | 0.33 |
| Hex | 9E | 8 | 10 | 0 | 5F | 5A | 26 | 165 | 5A | 21 |
| Octal | 236 | 10 | 20 | 0 | 137 | 132 | 46 | 545 | 132 | 41 |
| Binary | 10011110 | 1000 | 10000 | 0 | 1011111 | 1011010 | 100110 | 101100101 | 1011010 | 100001 |
Color Harmonies of #9E0810
Complementary color
Monochromatic Colors of #9E0810
Black with #9E0810
Text Example
Text Example
White with #9E0810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0810; }
p { color: rgb(158,8,16); }
H1.HeaderClassName
{
color: #9E0810;
}
.AnyTagClassName
{
color: #9E0810;
}
</style>
background-color css
<style>
a { background-color: #9E0810; }
a { background-color: rgb(158,8,16); }
div.DivClassName
{
background-color: #9E0810;
}
.BgClassName
{
background-color: #9E0810;
}
</style>
border-color css
<style>
span { border-color: #9E0810; }
span { border-color: rgb(158,8,16); }
td.TdClassName
{
border-color: #9E0810;
}
.TagClassName
{
border-color: #9E0810;
}
</style>