Shades of Sangria #9F0009
Tints of Sangria #9F0009
RGB
CMYK
RGB Variations
Color information
#9F0009 (or 0x9F0009) is known color: Sangria. HEX triplet: 9F, 00 and 09. RGB value is (159,0,9). Sum of RGB (Red+Green+Blue) = 159+0+9=168 (22% of max value = 765). Red value is 159 (62.5% from 255 or 94.64% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 9 (3.91% from 255 or 5.36% from 168); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0009 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0009 is #60FFF6. Grayscale: #303030. Windows color (decimal): -6356983 or 589983. OLE color: 589983.
HSL color Cylindrical-coordinate representation of color #9F0009: hue angle of 356.6º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9F0009 is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 0 | 9 | - |
| CMYK | 0 | 1 | 0.94 | 0.38 |
| HSL | 356.6º | 1% | 0.31% | - |
| HSV(B) | 356.6º | 1% | 0.62% | - |
| XYZ | 14.35 | 7.39 | 0.93 | - |
| YUV | 48.57 | 105.68 | 206.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 0 | 9 | 0 | 1 | 0.94 | 0.38 | 356.6 | 1 | 0.31 |
| Hex | 9F | 0 | 9 | 0 | 64 | 5E | 26 | 165 | 64 | 1F |
| Octal | 237 | 0 | 11 | 0 | 144 | 136 | 46 | 545 | 144 | 37 |
| Binary | 10011111 | 0 | 1001 | 0 | 1100100 | 1011110 | 100110 | 101100101 | 1100100 | 11111 |
Color Harmonies of #9F0009
Complementary color
Monochromatic Colors of #9F0009
Black with #9F0009
Text Example
Text Example
White with #9F0009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0009; }
p { color: rgb(159,0,9); }
H1.HeaderClassName
{
color: #9F0009;
}
.AnyTagClassName
{
color: #9F0009;
}
</style>
background-color css
<style>
a { background-color: #9F0009; }
a { background-color: rgb(159,0,9); }
div.DivClassName
{
background-color: #9F0009;
}
.BgClassName
{
background-color: #9F0009;
}
</style>
border-color css
<style>
span { border-color: #9F0009; }
span { border-color: rgb(159,0,9); }
td.TdClassName
{
border-color: #9F0009;
}
.TagClassName
{
border-color: #9F0009;
}
</style>