Shades of Sangria #9F0B0D
Tints of Sangria #9F0B0D
RGB
CMYK
RGB Variations
Color information
#9F0B0D (or 0x9F0B0D) is known color: Sangria. HEX triplet: 9F, 0B and 0D. RGB value is (159,11,13). Sum of RGB (Red+Green+Blue) = 159+11+13=183 (24% of max value = 765). Red value is 159 (62.5% from 255 or 86.89% from 183); Green value is 11 (4.69% from 255 or 6.01% from 183); Blue value is 13 (5.47% from 255 or 7.10% from 183); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0B0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0B0D is #60F4F2. Grayscale: #373737. Windows color (decimal): -6354163 or 854943. OLE color: 854943.
HSL color Cylindrical-coordinate representation of color #9F0B0D: hue angle of 359.19º 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 #9F0B0D is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 11 | 13 | - |
| CMYK | 0 | 0.93 | 0.92 | 0.38 |
| HSL | 359.19º | 0.87% | 0.33% | - |
| HSV(B) | 359.19º | 0.93% | 0.62% | - |
| XYZ | 14.49 | 7.64 | 1.09 | - |
| YUV | 55.48 | 104.03 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 11 | 13 | 0 | 0.93 | 0.92 | 0.38 | 359.19 | 0.87 | 0.33 |
| Hex | 9F | B | D | 0 | 5D | 5C | 26 | 167 | 57 | 21 |
| Octal | 237 | 13 | 15 | 0 | 135 | 134 | 46 | 547 | 127 | 41 |
| Binary | 10011111 | 1011 | 1101 | 0 | 1011101 | 1011100 | 100110 | 101100111 | 1010111 | 100001 |
Color Harmonies of #9F0B0D
Complementary color
Monochromatic Colors of #9F0B0D
Black with #9F0B0D
Text Example
Text Example
White with #9F0B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0B0D; }
p { color: rgb(159,11,13); }
H1.HeaderClassName
{
color: #9F0B0D;
}
.AnyTagClassName
{
color: #9F0B0D;
}
</style>
background-color css
<style>
a { background-color: #9F0B0D; }
a { background-color: rgb(159,11,13); }
div.DivClassName
{
background-color: #9F0B0D;
}
.BgClassName
{
background-color: #9F0B0D;
}
</style>
border-color css
<style>
span { border-color: #9F0B0D; }
span { border-color: rgb(159,11,13); }
td.TdClassName
{
border-color: #9F0B0D;
}
.TagClassName
{
border-color: #9F0B0D;
}
</style>