Shades of Sangria #9F000B
Tints of Sangria #9F000B
RGB
CMYK
RGB Variations
Color information
#9F000B (or 0x9F000B) is known color: Sangria. HEX triplet: 9F, 00 and 0B. RGB value is (159,0,11). Sum of RGB (Red+Green+Blue) = 159+0+11=170 (22% of max value = 765). Red value is 159 (62.5% from 255 or 93.53% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 11 (4.69% from 255 or 6.47% from 170); Max value from RGB is 159 - color contains mainly: red. Hex color #9F000B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F000B is #60FFF4. Grayscale: #303030. Windows color (decimal): -6356981 or 721055. OLE color: 721055.
HSL color Cylindrical-coordinate representation of color #9F000B: hue angle of 355.85º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9F000B is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.93 | 0.38 |
| HSL | 355.85º | 1% | 0.31% | - |
| HSV(B) | 355.85º | 1% | 0.62% | - |
| XYZ | 14.36 | 7.4 | 0.99 | - |
| YUV | 48.8 | 106.68 | 206.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 0 | 11 | 0 | 1 | 0.93 | 0.38 | 355.85 | 1 | 0.31 |
| Hex | 9F | 0 | B | 0 | 64 | 5D | 26 | 164 | 64 | 1F |
| Octal | 237 | 0 | 13 | 0 | 144 | 135 | 46 | 544 | 144 | 37 |
| Binary | 10011111 | 0 | 1011 | 0 | 1100100 | 1011101 | 100110 | 101100100 | 1100100 | 11111 |
Color Harmonies of #9F000B
Complementary color
Monochromatic Colors of #9F000B
Black with #9F000B
Text Example
Text Example
White with #9F000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F000B; }
p { color: rgb(159,0,11); }
H1.HeaderClassName
{
color: #9F000B;
}
.AnyTagClassName
{
color: #9F000B;
}
</style>
background-color css
<style>
a { background-color: #9F000B; }
a { background-color: rgb(159,0,11); }
div.DivClassName
{
background-color: #9F000B;
}
.BgClassName
{
background-color: #9F000B;
}
</style>
border-color css
<style>
span { border-color: #9F000B; }
span { border-color: rgb(159,0,11); }
td.TdClassName
{
border-color: #9F000B;
}
.TagClassName
{
border-color: #9F000B;
}
</style>