Shades of Rouge #9E4376
Tints of Rouge #9E4376
RGB
CMYK
RGB Variations
Color information
#9E4376 (or 0x9E4376) is known color: Rouge. HEX triplet: 9E, 43 and 76. RGB value is (158,67,118). Sum of RGB (Red+Green+Blue) = 158+67+118=343 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.06% from 343); Green value is 67 (26.56% from 255 or 19.53% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4376 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E4376 is #61BC89. Grayscale: #636363. Windows color (decimal): -6405258 or 7750558. OLE color: 7750558.
HSL color Cylindrical-coordinate representation of color #9E4376: hue angle of 326.37º 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 #9E4376 is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 67 | 118 | - |
| CMYK | 0 | 0.58 | 0.25 | 0.38 |
| HSL | 326.37º | 0.4% | 0.44% | - |
| HSV(B) | 326.37º | 0.58% | 0.62% | - |
| XYZ | 19.38 | 12.59 | 18.55 | - |
| YUV | 100.02 | 138.15 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 67 | 118 | 0 | 0.58 | 0.25 | 0.38 | 326.37 | 0.4 | 0.44 |
| Hex | 9E | 43 | 76 | 0 | 3A | 19 | 26 | 146 | 28 | 2C |
| Octal | 236 | 103 | 166 | 0 | 72 | 31 | 46 | 506 | 50 | 54 |
| Binary | 10011110 | 1000011 | 1110110 | 0 | 111010 | 11001 | 100110 | 101000110 | 101000 | 101100 |
Color Harmonies of #9E4376
Complementary color
Monochromatic Colors of #9E4376
Black with #9E4376
Text Example
Text Example
White with #9E4376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4376; }
p { color: rgb(158,67,118); }
H1.HeaderClassName
{
color: #9E4376;
}
.AnyTagClassName
{
color: #9E4376;
}
</style>
background-color css
<style>
a { background-color: #9E4376; }
a { background-color: rgb(158,67,118); }
div.DivClassName
{
background-color: #9E4376;
}
.BgClassName
{
background-color: #9E4376;
}
</style>
border-color css
<style>
span { border-color: #9E4376; }
span { border-color: rgb(158,67,118); }
td.TdClassName
{
border-color: #9E4376;
}
.TagClassName
{
border-color: #9E4376;
}
</style>