Shades of Sangria #9F070B
Tints of Sangria #9F070B
RGB
CMYK
RGB Variations
Color information
#9F070B (or 0x9F070B) is known color: Sangria. HEX triplet: 9F, 07 and 0B. RGB value is (159,7,11). Sum of RGB (Red+Green+Blue) = 159+7+11=177 (23% of max value = 765). Red value is 159 (62.5% from 255 or 89.83% from 177); Green value is 7 (3.12% from 255 or 3.95% from 177); Blue value is 11 (4.69% from 255 or 6.21% from 177); Max value from RGB is 159 - color contains mainly: red. Hex color #9F070B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F070B is #60F8F4. Grayscale: #353535. Windows color (decimal): -6355189 or 722847. OLE color: 722847.
HSL color Cylindrical-coordinate representation of color #9F070B: hue angle of 358.42º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F070B is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 7 | 11 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.38 |
| HSL | 358.42º | 0.92% | 0.33% | - |
| HSV(B) | 358.42º | 0.96% | 0.62% | - |
| XYZ | 14.43 | 7.55 | 1.01 | - |
| YUV | 52.9 | 104.36 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 7 | 11 | 0 | 0.96 | 0.93 | 0.38 | 358.42 | 0.92 | 0.33 |
| Hex | 9F | 7 | B | 0 | 60 | 5D | 26 | 166 | 5C | 21 |
| Octal | 237 | 7 | 13 | 0 | 140 | 135 | 46 | 546 | 134 | 41 |
| Binary | 10011111 | 111 | 1011 | 0 | 1100000 | 1011101 | 100110 | 101100110 | 1011100 | 100001 |
Color Harmonies of #9F070B
Complementary color
Monochromatic Colors of #9F070B
Black with #9F070B
Text Example
Text Example
White with #9F070B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F070B; }
p { color: rgb(159,7,11); }
H1.HeaderClassName
{
color: #9F070B;
}
.AnyTagClassName
{
color: #9F070B;
}
</style>
background-color css
<style>
a { background-color: #9F070B; }
a { background-color: rgb(159,7,11); }
div.DivClassName
{
background-color: #9F070B;
}
.BgClassName
{
background-color: #9F070B;
}
</style>
border-color css
<style>
span { border-color: #9F070B; }
span { border-color: rgb(159,7,11); }
td.TdClassName
{
border-color: #9F070B;
}
.TagClassName
{
border-color: #9F070B;
}
</style>