Shades of Rouge #9E3562
Tints of Rouge #9E3562
RGB
CMYK
RGB Variations
Color information
#9E3562 (or 0x9E3562) is known color: Rouge. HEX triplet: 9E, 35 and 62. RGB value is (158,53,98). Sum of RGB (Red+Green+Blue) = 158+53+98=309 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.13% from 309); Green value is 53 (21.09% from 255 or 17.15% from 309); Blue value is 98 (38.67% from 255 or 31.72% from 309); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3562 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E3562 is #61CA9D. Grayscale: #595959. Windows color (decimal): -6408862 or 6436254. OLE color: 6436254.
HSL color Cylindrical-coordinate representation of color #9E3562: hue angle of 334.29º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9E3562 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 53 | 98 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.38 |
| HSL | 334.29º | 0.5% | 0.41% | - |
| HSV(B) | 334.29º | 0.66% | 0.62% | - |
| XYZ | 17.58 | 10.7 | 12.69 | - |
| YUV | 89.53 | 132.79 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 53 | 98 | 0 | 0.66 | 0.38 | 0.38 | 334.29 | 0.5 | 0.41 |
| Hex | 9E | 35 | 62 | 0 | 42 | 26 | 26 | 14E | 32 | 29 |
| Octal | 236 | 65 | 142 | 0 | 102 | 46 | 46 | 516 | 62 | 51 |
| Binary | 10011110 | 110101 | 1100010 | 0 | 1000010 | 100110 | 100110 | 101001110 | 110010 | 101001 |
Color Harmonies of #9E3562
Complementary color
Monochromatic Colors of #9E3562
Black with #9E3562
Text Example
Text Example
White with #9E3562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3562; }
p { color: rgb(158,53,98); }
H1.HeaderClassName
{
color: #9E3562;
}
.AnyTagClassName
{
color: #9E3562;
}
</style>
background-color css
<style>
a { background-color: #9E3562; }
a { background-color: rgb(158,53,98); }
div.DivClassName
{
background-color: #9E3562;
}
.BgClassName
{
background-color: #9E3562;
}
</style>
border-color css
<style>
span { border-color: #9E3562; }
span { border-color: rgb(158,53,98); }
td.TdClassName
{
border-color: #9E3562;
}
.TagClassName
{
border-color: #9E3562;
}
</style>