Shades of Rouge #9E446D
Tints of Rouge #9E446D
RGB
CMYK
RGB Variations
Color information
#9E446D (or 0x9E446D) is known color: Rouge. HEX triplet: 9E, 44 and 6D. RGB value is (158,68,109). Sum of RGB (Red+Green+Blue) = 158+68+109=335 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.16% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 158 - color contains mainly: red. Hex color #9E446D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E446D is #61BB92. Grayscale: #636363. Windows color (decimal): -6405011 or 7160990. OLE color: 7160990.
HSL color Cylindrical-coordinate representation of color #9E446D: hue angle of 332.67º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9E446D is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 68 | 109 | - |
| CMYK | 0 | 0.57 | 0.31 | 0.38 |
| HSL | 332.67º | 0.4% | 0.44% | - |
| HSV(B) | 332.67º | 0.57% | 0.62% | - |
| XYZ | 18.93 | 12.51 | 15.88 | - |
| YUV | 99.58 | 133.32 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 68 | 109 | 0 | 0.57 | 0.31 | 0.38 | 332.67 | 0.4 | 0.44 |
| Hex | 9E | 44 | 6D | 0 | 39 | 1F | 26 | 14D | 28 | 2C |
| Octal | 236 | 104 | 155 | 0 | 71 | 37 | 46 | 515 | 50 | 54 |
| Binary | 10011110 | 1000100 | 1101101 | 0 | 111001 | 11111 | 100110 | 101001101 | 101000 | 101100 |
Color Harmonies of #9E446D
Complementary color
Monochromatic Colors of #9E446D
Black with #9E446D
Text Example
Text Example
White with #9E446D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E446D; }
p { color: rgb(158,68,109); }
H1.HeaderClassName
{
color: #9E446D;
}
.AnyTagClassName
{
color: #9E446D;
}
</style>
background-color css
<style>
a { background-color: #9E446D; }
a { background-color: rgb(158,68,109); }
div.DivClassName
{
background-color: #9E446D;
}
.BgClassName
{
background-color: #9E446D;
}
</style>
border-color css
<style>
span { border-color: #9E446D; }
span { border-color: rgb(158,68,109); }
td.TdClassName
{
border-color: #9E446D;
}
.TagClassName
{
border-color: #9E446D;
}
</style>