Shades of Rouge #9E466E
Tints of Rouge #9E466E
RGB
CMYK
RGB Variations
Color information
#9E466E (or 0x9E466E) is known color: Rouge. HEX triplet: 9E, 46 and 6E. RGB value is (158,70,110). Sum of RGB (Red+Green+Blue) = 158+70+110=338 (44% of max value = 765). Red value is 158 (62.11% from 255 or 46.75% from 338); Green value is 70 (27.73% from 255 or 20.71% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 158 - color contains mainly: red. Hex color #9E466E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E466E is #61B991. Grayscale: #646464. Windows color (decimal): -6404498 or 7227038. OLE color: 7227038.
HSL color Cylindrical-coordinate representation of color #9E466E: hue angle of 332.73º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9E466E is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 70 | 110 | - |
| CMYK | 0 | 0.56 | 0.30 | 0.38 |
| HSL | 332.73º | 0.39% | 0.45% | - |
| HSV(B) | 332.73º | 0.56% | 0.62% | - |
| XYZ | 19.11 | 12.78 | 16.21 | - |
| YUV | 100.87 | 133.15 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 70 | 110 | 0 | 0.56 | 0.30 | 0.38 | 332.73 | 0.39 | 0.45 |
| Hex | 9E | 46 | 6E | 0 | 38 | 1E | 26 | 14D | 27 | 2D |
| Octal | 236 | 106 | 156 | 0 | 70 | 36 | 46 | 515 | 47 | 55 |
| Binary | 10011110 | 1000110 | 1101110 | 0 | 111000 | 11110 | 100110 | 101001101 | 100111 | 101101 |
Color Harmonies of #9E466E
Complementary color
Monochromatic Colors of #9E466E
Black with #9E466E
Text Example
Text Example
White with #9E466E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E466E; }
p { color: rgb(158,70,110); }
H1.HeaderClassName
{
color: #9E466E;
}
.AnyTagClassName
{
color: #9E466E;
}
</style>
background-color css
<style>
a { background-color: #9E466E; }
a { background-color: rgb(158,70,110); }
div.DivClassName
{
background-color: #9E466E;
}
.BgClassName
{
background-color: #9E466E;
}
</style>
border-color css
<style>
span { border-color: #9E466E; }
span { border-color: rgb(158,70,110); }
td.TdClassName
{
border-color: #9E466E;
}
.TagClassName
{
border-color: #9E466E;
}
</style>