Shades of Sangria #9F0B11
Tints of Sangria #9F0B11
RGB
CMYK
RGB Variations
Color information
#9F0B11 (or 0x9F0B11) is known color: Sangria. HEX triplet: 9F, 0B and 11. RGB value is (159,11,17). Sum of RGB (Red+Green+Blue) = 159+11+17=187 (24% of max value = 765). Red value is 159 (62.5% from 255 or 85.03% from 187); Green value is 11 (4.69% from 255 or 5.88% from 187); Blue value is 17 (7.03% from 255 or 9.09% from 187); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0B11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0B11 is #60F4EE. Grayscale: #383838. Windows color (decimal): -6354159 or 1117087. OLE color: 1117087.
HSL color Cylindrical-coordinate representation of color #9F0B11: hue angle of 357.57º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9F0B11 is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 11 | 17 | - |
| CMYK | 0 | 0.93 | 0.89 | 0.38 |
| HSL | 357.57º | 0.87% | 0.33% | - |
| HSV(B) | 357.57º | 0.93% | 0.62% | - |
| XYZ | 14.52 | 7.65 | 1.24 | - |
| YUV | 55.94 | 106.03 | 201.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 11 | 17 | 0 | 0.93 | 0.89 | 0.38 | 357.57 | 0.87 | 0.33 |
| Hex | 9F | B | 11 | 0 | 5D | 59 | 26 | 166 | 57 | 21 |
| Octal | 237 | 13 | 21 | 0 | 135 | 131 | 46 | 546 | 127 | 41 |
| Binary | 10011111 | 1011 | 10001 | 0 | 1011101 | 1011001 | 100110 | 101100110 | 1010111 | 100001 |
Color Harmonies of #9F0B11
Complementary color
Monochromatic Colors of #9F0B11
Black with #9F0B11
Text Example
Text Example
White with #9F0B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0B11; }
p { color: rgb(159,11,17); }
H1.HeaderClassName
{
color: #9F0B11;
}
.AnyTagClassName
{
color: #9F0B11;
}
</style>
background-color css
<style>
a { background-color: #9F0B11; }
a { background-color: rgb(159,11,17); }
div.DivClassName
{
background-color: #9F0B11;
}
.BgClassName
{
background-color: #9F0B11;
}
</style>
border-color css
<style>
span { border-color: #9F0B11; }
span { border-color: rgb(159,11,17); }
td.TdClassName
{
border-color: #9F0B11;
}
.TagClassName
{
border-color: #9F0B11;
}
</style>