Shades of Rouge #9F406E
Tints of Rouge #9F406E
RGB
CMYK
RGB Variations
Color information
#9F406E (or 0x9F406E) is known color: Rouge. HEX triplet: 9F, 40 and 6E. RGB value is (159,64,110). Sum of RGB (Red+Green+Blue) = 159+64+110=333 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.75% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 159 - color contains mainly: red. Hex color #9F406E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F406E is #60BF91. Grayscale: #616161. Windows color (decimal): -6340498 or 7225503. OLE color: 7225503.
HSL color Cylindrical-coordinate representation of color #9F406E: hue angle of 330.95º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9F406E is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 64 | 110 | - |
| CMYK | 0 | 0.60 | 0.31 | 0.38 |
| HSL | 330.95º | 0.43% | 0.44% | - |
| HSV(B) | 330.95º | 0.6% | 0.62% | - |
| XYZ | 18.95 | 12.16 | 16.1 | - |
| YUV | 97.65 | 134.97 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 64 | 110 | 0 | 0.60 | 0.31 | 0.38 | 330.95 | 0.43 | 0.44 |
| Hex | 9F | 40 | 6E | 0 | 3C | 1F | 26 | 14B | 2B | 2C |
| Octal | 237 | 100 | 156 | 0 | 74 | 37 | 46 | 513 | 53 | 54 |
| Binary | 10011111 | 1000000 | 1101110 | 0 | 111100 | 11111 | 100110 | 101001011 | 101011 | 101100 |
Color Harmonies of #9F406E
Complementary color
Monochromatic Colors of #9F406E
Black with #9F406E
Text Example
Text Example
White with #9F406E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F406E; }
p { color: rgb(159,64,110); }
H1.HeaderClassName
{
color: #9F406E;
}
.AnyTagClassName
{
color: #9F406E;
}
</style>
background-color css
<style>
a { background-color: #9F406E; }
a { background-color: rgb(159,64,110); }
div.DivClassName
{
background-color: #9F406E;
}
.BgClassName
{
background-color: #9F406E;
}
</style>
border-color css
<style>
span { border-color: #9F406E; }
span { border-color: rgb(159,64,110); }
td.TdClassName
{
border-color: #9F406E;
}
.TagClassName
{
border-color: #9F406E;
}
</style>