Shades of Rouge #9F476E
Tints of Rouge #9F476E
RGB
CMYK
RGB Variations
Color information
#9F476E (or 0x9F476E) is known color: Rouge. HEX triplet: 9F, 47 and 6E. RGB value is (159,71,110). Sum of RGB (Red+Green+Blue) = 159+71+110=340 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.76% from 340); Green value is 71 (28.12% from 255 or 20.88% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 159 - color contains mainly: red. Hex color #9F476E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F476E is #60B891. Grayscale: #656565. Windows color (decimal): -6338706 or 7227295. OLE color: 7227295.
HSL color Cylindrical-coordinate representation of color #9F476E: hue angle of 333.41º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9F476E is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 71 | 110 | - |
| CMYK | 0 | 0.55 | 0.31 | 0.38 |
| HSL | 333.41º | 0.38% | 0.45% | - |
| HSV(B) | 333.41º | 0.55% | 0.62% | - |
| XYZ | 19.37 | 13 | 16.24 | - |
| YUV | 101.76 | 132.65 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 71 | 110 | 0 | 0.55 | 0.31 | 0.38 | 333.41 | 0.38 | 0.45 |
| Hex | 9F | 47 | 6E | 0 | 37 | 1F | 26 | 14D | 26 | 2D |
| Octal | 237 | 107 | 156 | 0 | 67 | 37 | 46 | 515 | 46 | 55 |
| Binary | 10011111 | 1000111 | 1101110 | 0 | 110111 | 11111 | 100110 | 101001101 | 100110 | 101101 |
Color Harmonies of #9F476E
Complementary color
Monochromatic Colors of #9F476E
Black with #9F476E
Text Example
Text Example
White with #9F476E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F476E; }
p { color: rgb(159,71,110); }
H1.HeaderClassName
{
color: #9F476E;
}
.AnyTagClassName
{
color: #9F476E;
}
</style>
background-color css
<style>
a { background-color: #9F476E; }
a { background-color: rgb(159,71,110); }
div.DivClassName
{
background-color: #9F476E;
}
.BgClassName
{
background-color: #9F476E;
}
</style>
border-color css
<style>
span { border-color: #9F476E; }
span { border-color: rgb(159,71,110); }
td.TdClassName
{
border-color: #9F476E;
}
.TagClassName
{
border-color: #9F476E;
}
</style>