Shades of Rouge #9E3F62
Tints of Rouge #9E3F62
RGB
CMYK
RGB Variations
Color information
#9E3F62 (or 0x9E3F62) is known color: Rouge. HEX triplet: 9E, 3F and 62. RGB value is (158,63,98). Sum of RGB (Red+Green+Blue) = 158+63+98=319 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.53% from 319); Green value is 63 (25% from 255 or 19.75% from 319); Blue value is 98 (38.67% from 255 or 30.72% from 319); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3F62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E3F62 is #61C09D. Grayscale: #5F5F5F. Windows color (decimal): -6406302 or 6438814. OLE color: 6438814.
HSL color Cylindrical-coordinate representation of color #9E3F62: hue angle of 337.89º 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 #9E3F62 is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 63 | 98 | - |
| CMYK | 0 | 0.60 | 0.38 | 0.38 |
| HSL | 337.89º | 0.43% | 0.43% | - |
| HSV(B) | 337.89º | 0.6% | 0.62% | - |
| XYZ | 18.08 | 11.71 | 12.86 | - |
| YUV | 95.4 | 129.47 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 63 | 98 | 0 | 0.60 | 0.38 | 0.38 | 337.89 | 0.43 | 0.43 |
| Hex | 9E | 3F | 62 | 0 | 3C | 26 | 26 | 152 | 2B | 2B |
| Octal | 236 | 77 | 142 | 0 | 74 | 46 | 46 | 522 | 53 | 53 |
| Binary | 10011110 | 111111 | 1100010 | 0 | 111100 | 100110 | 100110 | 101010010 | 101011 | 101011 |
Color Harmonies of #9E3F62
Complementary color
Monochromatic Colors of #9E3F62
Black with #9E3F62
Text Example
Text Example
White with #9E3F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3F62; }
p { color: rgb(158,63,98); }
H1.HeaderClassName
{
color: #9E3F62;
}
.AnyTagClassName
{
color: #9E3F62;
}
</style>
background-color css
<style>
a { background-color: #9E3F62; }
a { background-color: rgb(158,63,98); }
div.DivClassName
{
background-color: #9E3F62;
}
.BgClassName
{
background-color: #9E3F62;
}
</style>
border-color css
<style>
span { border-color: #9E3F62; }
span { border-color: rgb(158,63,98); }
td.TdClassName
{
border-color: #9E3F62;
}
.TagClassName
{
border-color: #9E3F62;
}
</style>