Shades of Rouge #9E3A60
Tints of Rouge #9E3A60
RGB
CMYK
RGB Variations
Color information
#9E3A60 (or 0x9E3A60) is known color: Rouge. HEX triplet: 9E, 3A and 60. RGB value is (158,58,96). Sum of RGB (Red+Green+Blue) = 158+58+96=312 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.64% from 312); Green value is 58 (23.05% from 255 or 18.59% from 312); Blue value is 96 (37.89% from 255 or 30.77% from 312); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3A60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E3A60 is #61C59F. Grayscale: #5C5C5C. Windows color (decimal): -6407584 or 6306462. OLE color: 6306462.
HSL color Cylindrical-coordinate representation of color #9E3A60: hue angle of 337.2º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9E3A60 is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 58 | 96 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.38 |
| HSL | 337.2º | 0.46% | 0.42% | - |
| HSV(B) | 337.2º | 0.63% | 0.62% | - |
| XYZ | 17.72 | 11.14 | 12.28 | - |
| YUV | 92.23 | 130.13 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 58 | 96 | 0 | 0.63 | 0.39 | 0.38 | 337.2 | 0.46 | 0.42 |
| Hex | 9E | 3A | 60 | 0 | 3F | 27 | 26 | 151 | 2E | 2A |
| Octal | 236 | 72 | 140 | 0 | 77 | 47 | 46 | 521 | 56 | 52 |
| Binary | 10011110 | 111010 | 1100000 | 0 | 111111 | 100111 | 100110 | 101010001 | 101110 | 101010 |
Color Harmonies of #9E3A60
Complementary color
Monochromatic Colors of #9E3A60
Black with #9E3A60
Text Example
Text Example
White with #9E3A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3A60; }
p { color: rgb(158,58,96); }
H1.HeaderClassName
{
color: #9E3A60;
}
.AnyTagClassName
{
color: #9E3A60;
}
</style>
background-color css
<style>
a { background-color: #9E3A60; }
a { background-color: rgb(158,58,96); }
div.DivClassName
{
background-color: #9E3A60;
}
.BgClassName
{
background-color: #9E3A60;
}
</style>
border-color css
<style>
span { border-color: #9E3A60; }
span { border-color: rgb(158,58,96); }
td.TdClassName
{
border-color: #9E3A60;
}
.TagClassName
{
border-color: #9E3A60;
}
</style>