Shades of Sangria #9F090A
Tints of Sangria #9F090A
RGB
CMYK
RGB Variations
Color information
#9F090A (or 0x9F090A) is known color: Sangria. HEX triplet: 9F, 09 and 0A. RGB value is (159,9,10). Sum of RGB (Red+Green+Blue) = 159+9+10=178 (23% of max value = 765). Red value is 159 (62.5% from 255 or 89.33% from 178); Green value is 9 (3.91% from 255 or 5.06% from 178); Blue value is 10 (4.30% from 255 or 5.62% from 178); Max value from RGB is 159 - color contains mainly: red. Hex color #9F090A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F090A is #60F6F5. Grayscale: #363636. Windows color (decimal): -6354678 or 657823. OLE color: 657823.
HSL color Cylindrical-coordinate representation of color #9F090A: hue angle of 359.6º degrees, saturation: 0.89, 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 #9F090A is Cyan = 0, Magento = 0.94, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 9 | 10 | - |
| CMYK | 0 | 0.94 | 0.94 | 0.38 |
| HSL | 359.6º | 0.89% | 0.33% | - |
| HSV(B) | 359.6º | 0.94% | 0.62% | - |
| XYZ | 14.45 | 7.59 | 0.99 | - |
| YUV | 53.96 | 103.2 | 202.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 9 | 10 | 0 | 0.94 | 0.94 | 0.38 | 359.6 | 0.89 | 0.33 |
| Hex | 9F | 9 | A | 0 | 5E | 5E | 26 | 168 | 59 | 21 |
| Octal | 237 | 11 | 12 | 0 | 136 | 136 | 46 | 550 | 131 | 41 |
| Binary | 10011111 | 1001 | 1010 | 0 | 1011110 | 1011110 | 100110 | 101101000 | 1011001 | 100001 |
Color Harmonies of #9F090A
Complementary color
Monochromatic Colors of #9F090A
Black with #9F090A
Text Example
Text Example
White with #9F090A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F090A; }
p { color: rgb(159,9,10); }
H1.HeaderClassName
{
color: #9F090A;
}
.AnyTagClassName
{
color: #9F090A;
}
</style>
background-color css
<style>
a { background-color: #9F090A; }
a { background-color: rgb(159,9,10); }
div.DivClassName
{
background-color: #9F090A;
}
.BgClassName
{
background-color: #9F090A;
}
</style>
border-color css
<style>
span { border-color: #9F090A; }
span { border-color: rgb(159,9,10); }
td.TdClassName
{
border-color: #9F090A;
}
.TagClassName
{
border-color: #9F090A;
}
</style>