Shades of Sangria #9F0B0F
Tints of Sangria #9F0B0F
RGB
CMYK
RGB Variations
Color information
#9F0B0F (or 0x9F0B0F) is known color: Sangria. HEX triplet: 9F, 0B and 0F. RGB value is (159,11,15). Sum of RGB (Red+Green+Blue) = 159+11+15=185 (24% of max value = 765). Red value is 159 (62.5% from 255 or 85.95% from 185); Green value is 11 (4.69% from 255 or 5.95% from 185); Blue value is 15 (6.25% from 255 or 8.11% from 185); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0B0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0B0F is #60F4F0. Grayscale: #373737. Windows color (decimal): -6354161 or 986015. OLE color: 986015.
HSL color Cylindrical-coordinate representation of color #9F0B0F: hue angle of 358.38º 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 #9F0B0F is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 11 | 15 | - |
| CMYK | 0 | 0.93 | 0.91 | 0.38 |
| HSL | 358.38º | 0.87% | 0.33% | - |
| HSV(B) | 358.38º | 0.93% | 0.62% | - |
| XYZ | 14.5 | 7.64 | 1.16 | - |
| YUV | 55.71 | 105.03 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 11 | 15 | 0 | 0.93 | 0.91 | 0.38 | 358.38 | 0.87 | 0.33 |
| Hex | 9F | B | F | 0 | 5D | 5B | 26 | 166 | 57 | 21 |
| Octal | 237 | 13 | 17 | 0 | 135 | 133 | 46 | 546 | 127 | 41 |
| Binary | 10011111 | 1011 | 1111 | 0 | 1011101 | 1011011 | 100110 | 101100110 | 1010111 | 100001 |
Color Harmonies of #9F0B0F
Complementary color
Monochromatic Colors of #9F0B0F
Black with #9F0B0F
Text Example
Text Example
White with #9F0B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0B0F; }
p { color: rgb(159,11,15); }
H1.HeaderClassName
{
color: #9F0B0F;
}
.AnyTagClassName
{
color: #9F0B0F;
}
</style>
background-color css
<style>
a { background-color: #9F0B0F; }
a { background-color: rgb(159,11,15); }
div.DivClassName
{
background-color: #9F0B0F;
}
.BgClassName
{
background-color: #9F0B0F;
}
</style>
border-color css
<style>
span { border-color: #9F0B0F; }
span { border-color: rgb(159,11,15); }
td.TdClassName
{
border-color: #9F0B0F;
}
.TagClassName
{
border-color: #9F0B0F;
}
</style>