Shades of Sangria #9E0A0B
Tints of Sangria #9E0A0B
RGB
CMYK
RGB Variations
Color information
#9E0A0B (or 0x9E0A0B) is known color: Sangria. HEX triplet: 9E, 0A and 0B. RGB value is (158,10,11). Sum of RGB (Red+Green+Blue) = 158+10+11=179 (23% of max value = 765). Red value is 158 (62.11% from 255 or 88.27% from 179); Green value is 10 (4.30% from 255 or 5.59% from 179); Blue value is 11 (4.69% from 255 or 6.15% from 179); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0A0B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E0A0B is #61F5F4. Grayscale: #363636. Windows color (decimal): -6419957 or 723614. OLE color: 723614.
HSL color Cylindrical-coordinate representation of color #9E0A0B: hue angle of 359.59º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9E0A0B is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 10 | 11 | - |
| CMYK | 0 | 0.94 | 0.93 | 0.38 |
| HSL | 359.59º | 0.88% | 0.33% | - |
| HSV(B) | 359.59º | 0.94% | 0.62% | - |
| XYZ | 14.27 | 7.51 | 1.01 | - |
| YUV | 54.37 | 103.53 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 10 | 11 | 0 | 0.94 | 0.93 | 0.38 | 359.59 | 0.88 | 0.33 |
| Hex | 9E | A | B | 0 | 5E | 5D | 26 | 168 | 58 | 21 |
| Octal | 236 | 12 | 13 | 0 | 136 | 135 | 46 | 550 | 130 | 41 |
| Binary | 10011110 | 1010 | 1011 | 0 | 1011110 | 1011101 | 100110 | 101101000 | 1011000 | 100001 |
Color Harmonies of #9E0A0B
Complementary color
Monochromatic Colors of #9E0A0B
Black with #9E0A0B
Text Example
Text Example
White with #9E0A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0A0B; }
p { color: rgb(158,10,11); }
H1.HeaderClassName
{
color: #9E0A0B;
}
.AnyTagClassName
{
color: #9E0A0B;
}
</style>
background-color css
<style>
a { background-color: #9E0A0B; }
a { background-color: rgb(158,10,11); }
div.DivClassName
{
background-color: #9E0A0B;
}
.BgClassName
{
background-color: #9E0A0B;
}
</style>
border-color css
<style>
span { border-color: #9E0A0B; }
span { border-color: rgb(158,10,11); }
td.TdClassName
{
border-color: #9E0A0B;
}
.TagClassName
{
border-color: #9E0A0B;
}
</style>