Shades of Rouge #9F4671
Tints of Rouge #9F4671
RGB
CMYK
RGB Variations
Color information
#9F4671 (or 0x9F4671) is known color: Rouge. HEX triplet: 9F, 46 and 71. RGB value is (159,70,113). Sum of RGB (Red+Green+Blue) = 159+70+113=342 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.49% from 342); Green value is 70 (27.73% from 255 or 20.47% from 342); Blue value is 113 (44.53% from 255 or 33.04% from 342); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4671 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4671 is #60B98E. Grayscale: #656565. Windows color (decimal): -6338959 or 7423647. OLE color: 7423647.
HSL color Cylindrical-coordinate representation of color #9F4671: hue angle of 331.01º 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 #9F4671 is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 70 | 113 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.38 |
| HSL | 331.01º | 0.39% | 0.45% | - |
| HSV(B) | 331.01º | 0.56% | 0.62% | - |
| XYZ | 19.47 | 12.94 | 17.1 | - |
| YUV | 101.51 | 134.49 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 70 | 113 | 0 | 0.56 | 0.29 | 0.38 | 331.01 | 0.39 | 0.45 |
| Hex | 9F | 46 | 71 | 0 | 38 | 1D | 26 | 14B | 27 | 2D |
| Octal | 237 | 106 | 161 | 0 | 70 | 35 | 46 | 513 | 47 | 55 |
| Binary | 10011111 | 1000110 | 1110001 | 0 | 111000 | 11101 | 100110 | 101001011 | 100111 | 101101 |
Color Harmonies of #9F4671
Complementary color
Monochromatic Colors of #9F4671
Black with #9F4671
Text Example
Text Example
White with #9F4671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4671; }
p { color: rgb(159,70,113); }
H1.HeaderClassName
{
color: #9F4671;
}
.AnyTagClassName
{
color: #9F4671;
}
</style>
background-color css
<style>
a { background-color: #9F4671; }
a { background-color: rgb(159,70,113); }
div.DivClassName
{
background-color: #9F4671;
}
.BgClassName
{
background-color: #9F4671;
}
</style>
border-color css
<style>
span { border-color: #9F4671; }
span { border-color: rgb(159,70,113); }
td.TdClassName
{
border-color: #9F4671;
}
.TagClassName
{
border-color: #9F4671;
}
</style>