Shades of Sangria #9E070A
Tints of Sangria #9E070A
RGB
CMYK
RGB Variations
Color information
#9E070A (or 0x9E070A) is known color: Sangria. HEX triplet: 9E, 07 and 0A. RGB value is (158,7,10). Sum of RGB (Red+Green+Blue) = 158+7+10=175 (23% of max value = 765). Red value is 158 (62.11% from 255 or 90.29% from 175); Green value is 7 (3.12% from 255 or 4% from 175); Blue value is 10 (4.30% from 255 or 5.71% from 175); Max value from RGB is 158 - color contains mainly: red. Hex color #9E070A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E070A is #61F8F5. Grayscale: #343434. Windows color (decimal): -6420726 or 657310. OLE color: 657310.
HSL color Cylindrical-coordinate representation of color #9E070A: hue angle of 358.81º degrees, saturation: 0.92, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9E070A is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 7 | 10 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.38 |
| HSL | 358.81º | 0.92% | 0.32% | - |
| HSV(B) | 358.81º | 0.96% | 0.62% | - |
| XYZ | 14.23 | 7.44 | 0.97 | - |
| YUV | 52.49 | 104.03 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 7 | 10 | 0 | 0.96 | 0.94 | 0.38 | 358.81 | 0.92 | 0.32 |
| Hex | 9E | 7 | A | 0 | 60 | 5E | 26 | 167 | 5C | 20 |
| Octal | 236 | 7 | 12 | 0 | 140 | 136 | 46 | 547 | 134 | 40 |
| Binary | 10011110 | 111 | 1010 | 0 | 1100000 | 1011110 | 100110 | 101100111 | 1011100 | 100000 |
Color Harmonies of #9E070A
Complementary color
Monochromatic Colors of #9E070A
Black with #9E070A
Text Example
Text Example
White with #9E070A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E070A; }
p { color: rgb(158,7,10); }
H1.HeaderClassName
{
color: #9E070A;
}
.AnyTagClassName
{
color: #9E070A;
}
</style>
background-color css
<style>
a { background-color: #9E070A; }
a { background-color: rgb(158,7,10); }
div.DivClassName
{
background-color: #9E070A;
}
.BgClassName
{
background-color: #9E070A;
}
</style>
border-color css
<style>
span { border-color: #9E070A; }
span { border-color: rgb(158,7,10); }
td.TdClassName
{
border-color: #9E070A;
}
.TagClassName
{
border-color: #9E070A;
}
</style>