Shades of Rouge #9F4971
Tints of Rouge #9F4971
RGB
CMYK
RGB Variations
Color information
#9F4971 (or 0x9F4971) is known color: Rouge. HEX triplet: 9F, 49 and 71. RGB value is (159,73,113). Sum of RGB (Red+Green+Blue) = 159+73+113=345 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.09% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 113 (44.53% from 255 or 32.75% from 345); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4971 is #60B68E. Grayscale: #676767. Windows color (decimal): -6338191 or 7424415. OLE color: 7424415.
HSL color Cylindrical-coordinate representation of color #9F4971: hue angle of 332.09º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9F4971 is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 73 | 113 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.38 |
| HSL | 332.09º | 0.37% | 0.45% | - |
| HSV(B) | 332.09º | 0.54% | 0.62% | - |
| XYZ | 19.66 | 13.33 | 17.16 | - |
| YUV | 103.27 | 133.49 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 73 | 113 | 0 | 0.54 | 0.29 | 0.38 | 332.09 | 0.37 | 0.45 |
| Hex | 9F | 49 | 71 | 0 | 36 | 1D | 26 | 14C | 25 | 2D |
| Octal | 237 | 111 | 161 | 0 | 66 | 35 | 46 | 514 | 45 | 55 |
| Binary | 10011111 | 1001001 | 1110001 | 0 | 110110 | 11101 | 100110 | 101001100 | 100101 | 101101 |
Color Harmonies of #9F4971
Complementary color
Monochromatic Colors of #9F4971
Black with #9F4971
Text Example
Text Example
White with #9F4971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4971; }
p { color: rgb(159,73,113); }
H1.HeaderClassName
{
color: #9F4971;
}
.AnyTagClassName
{
color: #9F4971;
}
</style>
background-color css
<style>
a { background-color: #9F4971; }
a { background-color: rgb(159,73,113); }
div.DivClassName
{
background-color: #9F4971;
}
.BgClassName
{
background-color: #9F4971;
}
</style>
border-color css
<style>
span { border-color: #9F4971; }
span { border-color: rgb(159,73,113); }
td.TdClassName
{
border-color: #9F4971;
}
.TagClassName
{
border-color: #9F4971;
}
</style>