Shades of Sangria #9F090C
Tints of Sangria #9F090C
RGB
CMYK
RGB Variations
Color information
#9F090C (or 0x9F090C) is known color: Sangria. HEX triplet: 9F, 09 and 0C. RGB value is (159,9,12). Sum of RGB (Red+Green+Blue) = 159+9+12=180 (23% of max value = 765). Red value is 159 (62.5% from 255 or 88.33% from 180); Green value is 9 (3.91% from 255 or 5% from 180); Blue value is 12 (5.08% from 255 or 6.67% from 180); Max value from RGB is 159 - color contains mainly: red. Hex color #9F090C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F090C is #60F6F3. Grayscale: #363636. Windows color (decimal): -6354676 or 788895. OLE color: 788895.
HSL color Cylindrical-coordinate representation of color #9F090C: hue angle of 358.8º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9F090C is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 9 | 12 | - |
| CMYK | 0 | 0.94 | 0.92 | 0.38 |
| HSL | 358.8º | 0.89% | 0.33% | - |
| HSV(B) | 358.8º | 0.94% | 0.62% | - |
| XYZ | 14.46 | 7.59 | 1.05 | - |
| YUV | 54.19 | 104.2 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 9 | 12 | 0 | 0.94 | 0.92 | 0.38 | 358.8 | 0.89 | 0.33 |
| Hex | 9F | 9 | C | 0 | 5E | 5C | 26 | 167 | 59 | 21 |
| Octal | 237 | 11 | 14 | 0 | 136 | 134 | 46 | 547 | 131 | 41 |
| Binary | 10011111 | 1001 | 1100 | 0 | 1011110 | 1011100 | 100110 | 101100111 | 1011001 | 100001 |
Color Harmonies of #9F090C
Complementary color
Monochromatic Colors of #9F090C
Black with #9F090C
Text Example
Text Example
White with #9F090C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F090C; }
p { color: rgb(159,9,12); }
H1.HeaderClassName
{
color: #9F090C;
}
.AnyTagClassName
{
color: #9F090C;
}
</style>
background-color css
<style>
a { background-color: #9F090C; }
a { background-color: rgb(159,9,12); }
div.DivClassName
{
background-color: #9F090C;
}
.BgClassName
{
background-color: #9F090C;
}
</style>
border-color css
<style>
span { border-color: #9F090C; }
span { border-color: rgb(159,9,12); }
td.TdClassName
{
border-color: #9F090C;
}
.TagClassName
{
border-color: #9F090C;
}
</style>