Shades of Rouge #9F466E
Tints of Rouge #9F466E
RGB
CMYK
RGB Variations
Color information
#9F466E (or 0x9F466E) is known color: Rouge. HEX triplet: 9F, 46 and 6E. RGB value is (159,70,110). Sum of RGB (Red+Green+Blue) = 159+70+110=339 (44% of max value = 765). Red value is 159 (62.5% from 255 or 46.90% from 339); Green value is 70 (27.73% from 255 or 20.65% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 159 - color contains mainly: red. Hex color #9F466E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F466E is #60B991. Grayscale: #656565. Windows color (decimal): -6338962 or 7227039. OLE color: 7227039.
HSL color Cylindrical-coordinate representation of color #9F466E: hue angle of 333.03º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9F466E is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 70 | 110 | - |
| CMYK | 0 | 0.56 | 0.31 | 0.38 |
| HSL | 333.03º | 0.39% | 0.45% | - |
| HSV(B) | 333.03º | 0.56% | 0.62% | - |
| XYZ | 19.3 | 12.88 | 16.22 | - |
| YUV | 101.17 | 132.99 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 70 | 110 | 0 | 0.56 | 0.31 | 0.38 | 333.03 | 0.39 | 0.45 |
| Hex | 9F | 46 | 6E | 0 | 38 | 1F | 26 | 14D | 27 | 2D |
| Octal | 237 | 106 | 156 | 0 | 70 | 37 | 46 | 515 | 47 | 55 |
| Binary | 10011111 | 1000110 | 1101110 | 0 | 111000 | 11111 | 100110 | 101001101 | 100111 | 101101 |
Color Harmonies of #9F466E
Complementary color
Monochromatic Colors of #9F466E
Black with #9F466E
Text Example
Text Example
White with #9F466E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F466E; }
p { color: rgb(159,70,110); }
H1.HeaderClassName
{
color: #9F466E;
}
.AnyTagClassName
{
color: #9F466E;
}
</style>
background-color css
<style>
a { background-color: #9F466E; }
a { background-color: rgb(159,70,110); }
div.DivClassName
{
background-color: #9F466E;
}
.BgClassName
{
background-color: #9F466E;
}
</style>
border-color css
<style>
span { border-color: #9F466E; }
span { border-color: rgb(159,70,110); }
td.TdClassName
{
border-color: #9F466E;
}
.TagClassName
{
border-color: #9F466E;
}
</style>