Shades of Rouge #9E406C
Tints of Rouge #9E406C
RGB
CMYK
RGB Variations
Color information
#9E406C (or 0x9E406C) is known color: Rouge. HEX triplet: 9E, 40 and 6C. RGB value is (158,64,108). Sum of RGB (Red+Green+Blue) = 158+64+108=330 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.88% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 158 - color contains mainly: red. Hex color #9E406C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E406C is #61BF93. Grayscale: #616161. Windows color (decimal): -6406036 or 7094430. OLE color: 7094430.
HSL color Cylindrical-coordinate representation of color #9E406C: hue angle of 331.91º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9E406C is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 64 | 108 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.38 |
| HSL | 331.91º | 0.42% | 0.44% | - |
| HSV(B) | 331.91º | 0.59% | 0.62% | - |
| XYZ | 18.64 | 12.02 | 15.52 | - |
| YUV | 97.12 | 134.14 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 64 | 108 | 0 | 0.59 | 0.32 | 0.38 | 331.91 | 0.42 | 0.44 |
| Hex | 9E | 40 | 6C | 0 | 3B | 20 | 26 | 14C | 2A | 2C |
| Octal | 236 | 100 | 154 | 0 | 73 | 40 | 46 | 514 | 52 | 54 |
| Binary | 10011110 | 1000000 | 1101100 | 0 | 111011 | 100000 | 100110 | 101001100 | 101010 | 101100 |
Color Harmonies of #9E406C
Complementary color
Monochromatic Colors of #9E406C
Black with #9E406C
Text Example
Text Example
White with #9E406C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E406C; }
p { color: rgb(158,64,108); }
H1.HeaderClassName
{
color: #9E406C;
}
.AnyTagClassName
{
color: #9E406C;
}
</style>
background-color css
<style>
a { background-color: #9E406C; }
a { background-color: rgb(158,64,108); }
div.DivClassName
{
background-color: #9E406C;
}
.BgClassName
{
background-color: #9E406C;
}
</style>
border-color css
<style>
span { border-color: #9E406C; }
span { border-color: rgb(158,64,108); }
td.TdClassName
{
border-color: #9E406C;
}
.TagClassName
{
border-color: #9E406C;
}
</style>