Shades of Sangria #9E0506
Tints of Sangria #9E0506
RGB
CMYK
RGB Variations
Color information
#9E0506 (or 0x9E0506) is known color: Sangria. HEX triplet: 9E, 05 and 06. RGB value is (158,5,6). Sum of RGB (Red+Green+Blue) = 158+5+6=169 (22% of max value = 765). Red value is 158 (62.11% from 255 or 93.49% from 169); Green value is 5 (2.34% from 255 or 2.96% from 169); Blue value is 6 (2.73% from 255 or 3.55% from 169); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0506 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E0506 is #61FAF9. Grayscale: #333333. Windows color (decimal): -6421242 or 394654. OLE color: 394654.
HSL color Cylindrical-coordinate representation of color #9E0506: hue angle of 359.61º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9E0506 is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 5 | 6 | - |
| CMYK | 0 | 0.97 | 0.96 | 0.38 |
| HSL | 359.61º | 0.94% | 0.32% | - |
| HSV(B) | 359.61º | 0.97% | 0.62% | - |
| XYZ | 14.19 | 7.39 | 0.85 | - |
| YUV | 50.86 | 102.69 | 204.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 5 | 6 | 0 | 0.97 | 0.96 | 0.38 | 359.61 | 0.94 | 0.32 |
| Hex | 9E | 5 | 6 | 0 | 61 | 60 | 26 | 168 | 5E | 20 |
| Octal | 236 | 5 | 6 | 0 | 141 | 140 | 46 | 550 | 136 | 40 |
| Binary | 10011110 | 101 | 110 | 0 | 1100001 | 1100000 | 100110 | 101101000 | 1011110 | 100000 |
Color Harmonies of #9E0506
Complementary color
Monochromatic Colors of #9E0506
Black with #9E0506
Text Example
Text Example
White with #9E0506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0506; }
p { color: rgb(158,5,6); }
H1.HeaderClassName
{
color: #9E0506;
}
.AnyTagClassName
{
color: #9E0506;
}
</style>
background-color css
<style>
a { background-color: #9E0506; }
a { background-color: rgb(158,5,6); }
div.DivClassName
{
background-color: #9E0506;
}
.BgClassName
{
background-color: #9E0506;
}
</style>
border-color css
<style>
span { border-color: #9E0506; }
span { border-color: rgb(158,5,6); }
td.TdClassName
{
border-color: #9E0506;
}
.TagClassName
{
border-color: #9E0506;
}
</style>