Shades of Rouge #9E3F60
Tints of Rouge #9E3F60
RGB
CMYK
RGB Variations
Color information
#9E3F60 (or 0x9E3F60) is known color: Rouge. HEX triplet: 9E, 3F and 60. RGB value is (158,63,96). Sum of RGB (Red+Green+Blue) = 158+63+96=317 (41% of max value = 765). Red value is 158 (62.11% from 255 or 49.84% from 317); Green value is 63 (25% from 255 or 19.87% from 317); Blue value is 96 (37.89% from 255 or 30.28% from 317); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3F60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E3F60 is #61C09F. Grayscale: #5F5F5F. Windows color (decimal): -6406304 or 6307742. OLE color: 6307742.
HSL color Cylindrical-coordinate representation of color #9E3F60: hue angle of 339.16º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9E3F60 is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 63 | 96 | - |
| CMYK | 0 | 0.60 | 0.39 | 0.38 |
| HSL | 339.16º | 0.43% | 0.43% | - |
| HSV(B) | 339.16º | 0.6% | 0.62% | - |
| XYZ | 17.99 | 11.67 | 12.37 | - |
| YUV | 95.17 | 128.47 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 63 | 96 | 0 | 0.60 | 0.39 | 0.38 | 339.16 | 0.43 | 0.43 |
| Hex | 9E | 3F | 60 | 0 | 3C | 27 | 26 | 153 | 2B | 2B |
| Octal | 236 | 77 | 140 | 0 | 74 | 47 | 46 | 523 | 53 | 53 |
| Binary | 10011110 | 111111 | 1100000 | 0 | 111100 | 100111 | 100110 | 101010011 | 101011 | 101011 |
Color Harmonies of #9E3F60
Complementary color
Monochromatic Colors of #9E3F60
Black with #9E3F60
Text Example
Text Example
White with #9E3F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3F60; }
p { color: rgb(158,63,96); }
H1.HeaderClassName
{
color: #9E3F60;
}
.AnyTagClassName
{
color: #9E3F60;
}
</style>
background-color css
<style>
a { background-color: #9E3F60; }
a { background-color: rgb(158,63,96); }
div.DivClassName
{
background-color: #9E3F60;
}
.BgClassName
{
background-color: #9E3F60;
}
</style>
border-color css
<style>
span { border-color: #9E3F60; }
span { border-color: rgb(158,63,96); }
td.TdClassName
{
border-color: #9E3F60;
}
.TagClassName
{
border-color: #9E3F60;
}
</style>