Shades of Rouge #9E3766
Tints of Rouge #9E3766
RGB
CMYK
RGB Variations
Color information
#9E3766 (or 0x9E3766) is known color: Rouge. HEX triplet: 9E, 37 and 66. RGB value is (158,55,102). Sum of RGB (Red+Green+Blue) = 158+55+102=315 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.16% from 315); Green value is 55 (21.88% from 255 or 17.46% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3766 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E3766 is #61C899. Grayscale: #5B5B5B. Windows color (decimal): -6408346 or 6698910. OLE color: 6698910.
HSL color Cylindrical-coordinate representation of color #9E3766: hue angle of 332.62º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9E3766 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 55 | 102 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.38 |
| HSL | 332.62º | 0.48% | 0.42% | - |
| HSV(B) | 332.62º | 0.65% | 0.62% | - |
| XYZ | 17.87 | 10.96 | 13.74 | - |
| YUV | 91.16 | 134.12 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 55 | 102 | 0 | 0.65 | 0.35 | 0.38 | 332.62 | 0.48 | 0.42 |
| Hex | 9E | 37 | 66 | 0 | 41 | 23 | 26 | 14D | 30 | 2A |
| Octal | 236 | 67 | 146 | 0 | 101 | 43 | 46 | 515 | 60 | 52 |
| Binary | 10011110 | 110111 | 1100110 | 0 | 1000001 | 100011 | 100110 | 101001101 | 110000 | 101010 |
Color Harmonies of #9E3766
Complementary color
Monochromatic Colors of #9E3766
Black with #9E3766
Text Example
Text Example
White with #9E3766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3766; }
p { color: rgb(158,55,102); }
H1.HeaderClassName
{
color: #9E3766;
}
.AnyTagClassName
{
color: #9E3766;
}
</style>
background-color css
<style>
a { background-color: #9E3766; }
a { background-color: rgb(158,55,102); }
div.DivClassName
{
background-color: #9E3766;
}
.BgClassName
{
background-color: #9E3766;
}
</style>
border-color css
<style>
span { border-color: #9E3766; }
span { border-color: rgb(158,55,102); }
td.TdClassName
{
border-color: #9E3766;
}
.TagClassName
{
border-color: #9E3766;
}
</style>