Shades of Sangria #9F010B
Tints of Sangria #9F010B
RGB
CMYK
RGB Variations
Color information
#9F010B (or 0x9F010B) is known color: Sangria. HEX triplet: 9F, 01 and 0B. RGB value is (159,1,11). Sum of RGB (Red+Green+Blue) = 159+1+11=171 (22% of max value = 765). Red value is 159 (62.5% from 255 or 92.98% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 11 (4.69% from 255 or 6.43% from 171); Max value from RGB is 159 - color contains mainly: red. Hex color #9F010B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F010B is #60FEF4. Grayscale: #313131. Windows color (decimal): -6356725 or 721311. OLE color: 721311.
HSL color Cylindrical-coordinate representation of color #9F010B: hue angle of 356.2º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F010B is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 1 | 11 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.38 |
| HSL | 356.2º | 0.99% | 0.31% | - |
| HSV(B) | 356.2º | 0.99% | 0.62% | - |
| XYZ | 14.37 | 7.42 | 0.99 | - |
| YUV | 49.38 | 106.35 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 1 | 11 | 0 | 0.99 | 0.93 | 0.38 | 356.2 | 0.99 | 0.31 |
| Hex | 9F | 1 | B | 0 | 63 | 5D | 26 | 164 | 63 | 1F |
| Octal | 237 | 1 | 13 | 0 | 143 | 135 | 46 | 544 | 143 | 37 |
| Binary | 10011111 | 1 | 1011 | 0 | 1100011 | 1011101 | 100110 | 101100100 | 1100011 | 11111 |
Color Harmonies of #9F010B
Complementary color
Monochromatic Colors of #9F010B
Black with #9F010B
Text Example
Text Example
White with #9F010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F010B; }
p { color: rgb(159,1,11); }
H1.HeaderClassName
{
color: #9F010B;
}
.AnyTagClassName
{
color: #9F010B;
}
</style>
background-color css
<style>
a { background-color: #9F010B; }
a { background-color: rgb(159,1,11); }
div.DivClassName
{
background-color: #9F010B;
}
.BgClassName
{
background-color: #9F010B;
}
</style>
border-color css
<style>
span { border-color: #9F010B; }
span { border-color: rgb(159,1,11); }
td.TdClassName
{
border-color: #9F010B;
}
.TagClassName
{
border-color: #9F010B;
}
</style>