Shades of Rouge #9E4371
Tints of Rouge #9E4371
RGB
CMYK
RGB Variations
Color information
#9E4371 (or 0x9E4371) is known color: Rouge. HEX triplet: 9E, 43 and 71. RGB value is (158,67,113). Sum of RGB (Red+Green+Blue) = 158+67+113=338 (44% of max value = 765). Red value is 158 (62.11% from 255 or 46.75% from 338); Green value is 67 (26.56% from 255 or 19.82% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4371 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E4371 is #61BC8E. Grayscale: #636363. Windows color (decimal): -6405263 or 7422878. OLE color: 7422878.
HSL color Cylindrical-coordinate representation of color #9E4371: hue angle of 329.67º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9E4371 is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 67 | 113 | - |
| CMYK | 0 | 0.58 | 0.28 | 0.38 |
| HSL | 329.67º | 0.4% | 0.44% | - |
| HSV(B) | 329.67º | 0.58% | 0.62% | - |
| XYZ | 19.09 | 12.48 | 17.02 | - |
| YUV | 99.45 | 135.65 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 67 | 113 | 0 | 0.58 | 0.28 | 0.38 | 329.67 | 0.4 | 0.44 |
| Hex | 9E | 43 | 71 | 0 | 3A | 1C | 26 | 14A | 28 | 2C |
| Octal | 236 | 103 | 161 | 0 | 72 | 34 | 46 | 512 | 50 | 54 |
| Binary | 10011110 | 1000011 | 1110001 | 0 | 111010 | 11100 | 100110 | 101001010 | 101000 | 101100 |
Color Harmonies of #9E4371
Complementary color
Monochromatic Colors of #9E4371
Black with #9E4371
Text Example
Text Example
White with #9E4371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4371; }
p { color: rgb(158,67,113); }
H1.HeaderClassName
{
color: #9E4371;
}
.AnyTagClassName
{
color: #9E4371;
}
</style>
background-color css
<style>
a { background-color: #9E4371; }
a { background-color: rgb(158,67,113); }
div.DivClassName
{
background-color: #9E4371;
}
.BgClassName
{
background-color: #9E4371;
}
</style>
border-color css
<style>
span { border-color: #9E4371; }
span { border-color: rgb(158,67,113); }
td.TdClassName
{
border-color: #9E4371;
}
.TagClassName
{
border-color: #9E4371;
}
</style>