Shades of Rouge #9F4574
Tints of Rouge #9F4574
RGB
CMYK
RGB Variations
Color information
#9F4574 (or 0x9F4574) is known color: Rouge. HEX triplet: 9F, 45 and 74. RGB value is (159,69,116). Sum of RGB (Red+Green+Blue) = 159+69+116=344 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.22% from 344); Green value is 69 (27.34% from 255 or 20.06% from 344); Blue value is 116 (45.70% from 255 or 33.72% from 344); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4574 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4574 is #60BA8B. Grayscale: #656565. Windows color (decimal): -6339212 or 7619999. OLE color: 7619999.
HSL color Cylindrical-coordinate representation of color #9F4574: hue angle of 328.67º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9F4574 is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 69 | 116 | - |
| CMYK | 0 | 0.57 | 0.27 | 0.38 |
| HSL | 328.67º | 0.39% | 0.45% | - |
| HSV(B) | 328.67º | 0.57% | 0.62% | - |
| XYZ | 19.58 | 12.89 | 17.98 | - |
| YUV | 101.27 | 136.32 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 69 | 116 | 0 | 0.57 | 0.27 | 0.38 | 328.67 | 0.39 | 0.45 |
| Hex | 9F | 45 | 74 | 0 | 39 | 1B | 26 | 149 | 27 | 2D |
| Octal | 237 | 105 | 164 | 0 | 71 | 33 | 46 | 511 | 47 | 55 |
| Binary | 10011111 | 1000101 | 1110100 | 0 | 111001 | 11011 | 100110 | 101001001 | 100111 | 101101 |
Color Harmonies of #9F4574
Complementary color
Monochromatic Colors of #9F4574
Black with #9F4574
Text Example
Text Example
White with #9F4574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4574; }
p { color: rgb(159,69,116); }
H1.HeaderClassName
{
color: #9F4574;
}
.AnyTagClassName
{
color: #9F4574;
}
</style>
background-color css
<style>
a { background-color: #9F4574; }
a { background-color: rgb(159,69,116); }
div.DivClassName
{
background-color: #9F4574;
}
.BgClassName
{
background-color: #9F4574;
}
</style>
border-color css
<style>
span { border-color: #9F4574; }
span { border-color: rgb(159,69,116); }
td.TdClassName
{
border-color: #9F4574;
}
.TagClassName
{
border-color: #9F4574;
}
</style>