Shades of Sangria #9F0D0E
Tints of Sangria #9F0D0E
RGB
CMYK
RGB Variations
Color information
#9F0D0E (or 0x9F0D0E) is known color: Sangria. HEX triplet: 9F, 0D and 0E. RGB value is (159,13,14). Sum of RGB (Red+Green+Blue) = 159+13+14=186 (24% of max value = 765). Red value is 159 (62.5% from 255 or 85.48% from 186); Green value is 13 (5.47% from 255 or 6.99% from 186); Blue value is 14 (5.86% from 255 or 7.53% from 186); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0D0E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0D0E is #60F2F1. Grayscale: #383838. Windows color (decimal): -6353650 or 920991. OLE color: 920991.
HSL color Cylindrical-coordinate representation of color #9F0D0E: hue angle of 359.59º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9F0D0E is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 13 | 14 | - |
| CMYK | 0 | 0.92 | 0.91 | 0.38 |
| HSL | 359.59º | 0.85% | 0.34% | - |
| HSV(B) | 359.59º | 0.92% | 0.62% | - |
| XYZ | 14.52 | 7.69 | 1.13 | - |
| YUV | 56.77 | 103.87 | 200.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 13 | 14 | 0 | 0.92 | 0.91 | 0.38 | 359.59 | 0.85 | 0.34 |
| Hex | 9F | D | E | 0 | 5C | 5B | 26 | 168 | 55 | 22 |
| Octal | 237 | 15 | 16 | 0 | 134 | 133 | 46 | 550 | 125 | 42 |
| Binary | 10011111 | 1101 | 1110 | 0 | 1011100 | 1011011 | 100110 | 101101000 | 1010101 | 100010 |
Color Harmonies of #9F0D0E
Complementary color
Monochromatic Colors of #9F0D0E
Black with #9F0D0E
Text Example
Text Example
White with #9F0D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0D0E; }
p { color: rgb(159,13,14); }
H1.HeaderClassName
{
color: #9F0D0E;
}
.AnyTagClassName
{
color: #9F0D0E;
}
</style>
background-color css
<style>
a { background-color: #9F0D0E; }
a { background-color: rgb(159,13,14); }
div.DivClassName
{
background-color: #9F0D0E;
}
.BgClassName
{
background-color: #9F0D0E;
}
</style>
border-color css
<style>
span { border-color: #9F0D0E; }
span { border-color: rgb(159,13,14); }
td.TdClassName
{
border-color: #9F0D0E;
}
.TagClassName
{
border-color: #9F0D0E;
}
</style>