Shades of Sangria #9F0509
Tints of Sangria #9F0509
RGB
CMYK
RGB Variations
Color information
#9F0509 (or 0x9F0509) is known color: Sangria. HEX triplet: 9F, 05 and 09. RGB value is (159,5,9). Sum of RGB (Red+Green+Blue) = 159+5+9=173 (22% of max value = 765). Red value is 159 (62.5% from 255 or 91.91% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 9 (3.91% from 255 or 5.20% from 173); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0509 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0509 is #60FAF6. Grayscale: #333333. Windows color (decimal): -6355703 or 591263. OLE color: 591263.
HSL color Cylindrical-coordinate representation of color #9F0509: hue angle of 358.44º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9F0509 is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 5 | 9 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.38 |
| HSL | 358.44º | 0.94% | 0.32% | - |
| HSV(B) | 358.44º | 0.97% | 0.62% | - |
| XYZ | 14.4 | 7.5 | 0.95 | - |
| YUV | 51.5 | 104.02 | 204.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 5 | 9 | 0 | 0.97 | 0.94 | 0.38 | 358.44 | 0.94 | 0.32 |
| Hex | 9F | 5 | 9 | 0 | 61 | 5E | 26 | 166 | 5E | 20 |
| Octal | 237 | 5 | 11 | 0 | 141 | 136 | 46 | 546 | 136 | 40 |
| Binary | 10011111 | 101 | 1001 | 0 | 1100001 | 1011110 | 100110 | 101100110 | 1011110 | 100000 |
Color Harmonies of #9F0509
Complementary color
Monochromatic Colors of #9F0509
Black with #9F0509
Text Example
Text Example
White with #9F0509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0509; }
p { color: rgb(159,5,9); }
H1.HeaderClassName
{
color: #9F0509;
}
.AnyTagClassName
{
color: #9F0509;
}
</style>
background-color css
<style>
a { background-color: #9F0509; }
a { background-color: rgb(159,5,9); }
div.DivClassName
{
background-color: #9F0509;
}
.BgClassName
{
background-color: #9F0509;
}
</style>
border-color css
<style>
span { border-color: #9F0509; }
span { border-color: rgb(159,5,9); }
td.TdClassName
{
border-color: #9F0509;
}
.TagClassName
{
border-color: #9F0509;
}
</style>