Shades of Sangria #9F0609
Tints of Sangria #9F0609
RGB
CMYK
RGB Variations
Color information
#9F0609 (or 0x9F0609) is known color: Sangria. HEX triplet: 9F, 06 and 09. RGB value is (159,6,9). Sum of RGB (Red+Green+Blue) = 159+6+9=174 (23% of max value = 765). Red value is 159 (62.5% from 255 or 91.38% from 174); Green value is 6 (2.73% from 255 or 3.45% from 174); Blue value is 9 (3.91% from 255 or 5.17% from 174); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0609 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0609 is #60F9F6. Grayscale: #343434. Windows color (decimal): -6355447 or 591519. OLE color: 591519.
HSL color Cylindrical-coordinate representation of color #9F0609: hue angle of 358.82º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F0609 is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 6 | 9 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.38 |
| HSL | 358.82º | 0.93% | 0.32% | - |
| HSV(B) | 358.82º | 0.96% | 0.62% | - |
| XYZ | 14.41 | 7.52 | 0.95 | - |
| YUV | 52.09 | 103.69 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 6 | 9 | 0 | 0.96 | 0.94 | 0.38 | 358.82 | 0.93 | 0.32 |
| Hex | 9F | 6 | 9 | 0 | 60 | 5E | 26 | 167 | 5D | 20 |
| Octal | 237 | 6 | 11 | 0 | 140 | 136 | 46 | 547 | 135 | 40 |
| Binary | 10011111 | 110 | 1001 | 0 | 1100000 | 1011110 | 100110 | 101100111 | 1011101 | 100000 |
Color Harmonies of #9F0609
Complementary color
Monochromatic Colors of #9F0609
Black with #9F0609
Text Example
Text Example
White with #9F0609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0609; }
p { color: rgb(159,6,9); }
H1.HeaderClassName
{
color: #9F0609;
}
.AnyTagClassName
{
color: #9F0609;
}
</style>
background-color css
<style>
a { background-color: #9F0609; }
a { background-color: rgb(159,6,9); }
div.DivClassName
{
background-color: #9F0609;
}
.BgClassName
{
background-color: #9F0609;
}
</style>
border-color css
<style>
span { border-color: #9F0609; }
span { border-color: rgb(159,6,9); }
td.TdClassName
{
border-color: #9F0609;
}
.TagClassName
{
border-color: #9F0609;
}
</style>