Shades of Sangria #9F020B
Tints of Sangria #9F020B
RGB
CMYK
RGB Variations
Color information
#9F020B (or 0x9F020B) is known color: Sangria. HEX triplet: 9F, 02 and 0B. RGB value is (159,2,11). Sum of RGB (Red+Green+Blue) = 159+2+11=172 (22% of max value = 765). Red value is 159 (62.5% from 255 or 92.44% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 11 (4.69% from 255 or 6.40% from 172); Max value from RGB is 159 - color contains mainly: red. Hex color #9F020B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F020B is #60FDF4. Grayscale: #323232. Windows color (decimal): -6356469 or 721567. OLE color: 721567.
HSL color Cylindrical-coordinate representation of color #9F020B: hue angle of 356.56º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F020B is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 2 | 11 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.38 |
| HSL | 356.56º | 0.98% | 0.32% | - |
| HSV(B) | 356.56º | 0.99% | 0.62% | - |
| XYZ | 14.38 | 7.44 | 0.99 | - |
| YUV | 49.97 | 106.01 | 205.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 2 | 11 | 0 | 0.99 | 0.93 | 0.38 | 356.56 | 0.98 | 0.32 |
| Hex | 9F | 2 | B | 0 | 63 | 5D | 26 | 165 | 62 | 20 |
| Octal | 237 | 2 | 13 | 0 | 143 | 135 | 46 | 545 | 142 | 40 |
| Binary | 10011111 | 10 | 1011 | 0 | 1100011 | 1011101 | 100110 | 101100101 | 1100010 | 100000 |
Color Harmonies of #9F020B
Complementary color
Monochromatic Colors of #9F020B
Black with #9F020B
Text Example
Text Example
White with #9F020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F020B; }
p { color: rgb(159,2,11); }
H1.HeaderClassName
{
color: #9F020B;
}
.AnyTagClassName
{
color: #9F020B;
}
</style>
background-color css
<style>
a { background-color: #9F020B; }
a { background-color: rgb(159,2,11); }
div.DivClassName
{
background-color: #9F020B;
}
.BgClassName
{
background-color: #9F020B;
}
</style>
border-color css
<style>
span { border-color: #9F020B; }
span { border-color: rgb(159,2,11); }
td.TdClassName
{
border-color: #9F020B;
}
.TagClassName
{
border-color: #9F020B;
}
</style>