Shades of Sangria #9F090B
Tints of Sangria #9F090B
RGB
CMYK
RGB Variations
Color information
#9F090B (or 0x9F090B) is known color: Sangria. HEX triplet: 9F, 09 and 0B. RGB value is (159,9,11). Sum of RGB (Red+Green+Blue) = 159+9+11=179 (23% of max value = 765). Red value is 159 (62.5% from 255 or 88.83% from 179); Green value is 9 (3.91% from 255 or 5.03% from 179); Blue value is 11 (4.69% from 255 or 6.15% from 179); Max value from RGB is 159 - color contains mainly: red. Hex color #9F090B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F090B is #60F6F4. Grayscale: #363636. Windows color (decimal): -6354677 or 723359. OLE color: 723359.
HSL color Cylindrical-coordinate representation of color #9F090B: hue angle of 359.2º 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 #9F090B is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 9 | 11 | - |
| CMYK | 0 | 0.94 | 0.93 | 0.38 |
| HSL | 359.2º | 0.89% | 0.33% | - |
| HSV(B) | 359.2º | 0.94% | 0.62% | - |
| XYZ | 14.46 | 7.59 | 1.02 | - |
| YUV | 54.08 | 103.7 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 9 | 11 | 0 | 0.94 | 0.93 | 0.38 | 359.2 | 0.89 | 0.33 |
| Hex | 9F | 9 | B | 0 | 5E | 5D | 26 | 167 | 59 | 21 |
| Octal | 237 | 11 | 13 | 0 | 136 | 135 | 46 | 547 | 131 | 41 |
| Binary | 10011111 | 1001 | 1011 | 0 | 1011110 | 1011101 | 100110 | 101100111 | 1011001 | 100001 |
Color Harmonies of #9F090B
Complementary color
Monochromatic Colors of #9F090B
Black with #9F090B
Text Example
Text Example
White with #9F090B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F090B; }
p { color: rgb(159,9,11); }
H1.HeaderClassName
{
color: #9F090B;
}
.AnyTagClassName
{
color: #9F090B;
}
</style>
background-color css
<style>
a { background-color: #9F090B; }
a { background-color: rgb(159,9,11); }
div.DivClassName
{
background-color: #9F090B;
}
.BgClassName
{
background-color: #9F090B;
}
</style>
border-color css
<style>
span { border-color: #9F090B; }
span { border-color: rgb(159,9,11); }
td.TdClassName
{
border-color: #9F090B;
}
.TagClassName
{
border-color: #9F090B;
}
</style>