Shades of Rouge #9E4A73
Tints of Rouge #9E4A73
RGB
CMYK
RGB Variations
Color information
#9E4A73 (or 0x9E4A73) is known color: Rouge. HEX triplet: 9E, 4A and 73. RGB value is (158,74,115). Sum of RGB (Red+Green+Blue) = 158+74+115=347 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.53% from 347); Green value is 74 (29.30% from 255 or 21.33% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4A73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E4A73 is #61B58C. Grayscale: #676767. Windows color (decimal): -6403469 or 7555742. OLE color: 7555742.
HSL color Cylindrical-coordinate representation of color #9E4A73: hue angle of 330.71º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9E4A73 is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 74 | 115 | - |
| CMYK | 0 | 0.53 | 0.27 | 0.38 |
| HSL | 330.71º | 0.36% | 0.45% | - |
| HSV(B) | 330.71º | 0.53% | 0.62% | - |
| XYZ | 19.64 | 13.4 | 17.77 | - |
| YUV | 103.79 | 134.33 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 74 | 115 | 0 | 0.53 | 0.27 | 0.38 | 330.71 | 0.36 | 0.45 |
| Hex | 9E | 4A | 73 | 0 | 35 | 1B | 26 | 14B | 24 | 2D |
| Octal | 236 | 112 | 163 | 0 | 65 | 33 | 46 | 513 | 44 | 55 |
| Binary | 10011110 | 1001010 | 1110011 | 0 | 110101 | 11011 | 100110 | 101001011 | 100100 | 101101 |
Color Harmonies of #9E4A73
Complementary color
Monochromatic Colors of #9E4A73
Black with #9E4A73
Text Example
Text Example
White with #9E4A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4A73; }
p { color: rgb(158,74,115); }
H1.HeaderClassName
{
color: #9E4A73;
}
.AnyTagClassName
{
color: #9E4A73;
}
</style>
background-color css
<style>
a { background-color: #9E4A73; }
a { background-color: rgb(158,74,115); }
div.DivClassName
{
background-color: #9E4A73;
}
.BgClassName
{
background-color: #9E4A73;
}
</style>
border-color css
<style>
span { border-color: #9E4A73; }
span { border-color: rgb(158,74,115); }
td.TdClassName
{
border-color: #9E4A73;
}
.TagClassName
{
border-color: #9E4A73;
}
</style>