Shades of Rouge #9E3C6D
Tints of Rouge #9E3C6D
RGB
CMYK
RGB Variations
Color information
#9E3C6D (or 0x9E3C6D) is known color: Rouge. HEX triplet: 9E, 3C and 6D. RGB value is (158,60,109). Sum of RGB (Red+Green+Blue) = 158+60+109=327 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.32% from 327); Green value is 60 (23.83% from 255 or 18.35% from 327); Blue value is 109 (42.97% from 255 or 33.33% from 327); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3C6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E3C6D is #61C392. Grayscale: #5E5E5E. Windows color (decimal): -6407059 or 7158942. OLE color: 7158942.
HSL color Cylindrical-coordinate representation of color #9E3C6D: hue angle of 330º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9E3C6D is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 60 | 109 | - |
| CMYK | 0 | 0.62 | 0.31 | 0.38 |
| HSL | 330º | 0.45% | 0.43% | - |
| HSV(B) | 330º | 0.62% | 0.62% | - |
| XYZ | 18.48 | 11.6 | 15.73 | - |
| YUV | 94.89 | 135.97 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 60 | 109 | 0 | 0.62 | 0.31 | 0.38 | 330 | 0.45 | 0.43 |
| Hex | 9E | 3C | 6D | 0 | 3E | 1F | 26 | 14A | 2D | 2B |
| Octal | 236 | 74 | 155 | 0 | 76 | 37 | 46 | 512 | 55 | 53 |
| Binary | 10011110 | 111100 | 1101101 | 0 | 111110 | 11111 | 100110 | 101001010 | 101101 | 101011 |
Color Harmonies of #9E3C6D
Complementary color
Monochromatic Colors of #9E3C6D
Black with #9E3C6D
Text Example
Text Example
White with #9E3C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3C6D; }
p { color: rgb(158,60,109); }
H1.HeaderClassName
{
color: #9E3C6D;
}
.AnyTagClassName
{
color: #9E3C6D;
}
</style>
background-color css
<style>
a { background-color: #9E3C6D; }
a { background-color: rgb(158,60,109); }
div.DivClassName
{
background-color: #9E3C6D;
}
.BgClassName
{
background-color: #9E3C6D;
}
</style>
border-color css
<style>
span { border-color: #9E3C6D; }
span { border-color: rgb(158,60,109); }
td.TdClassName
{
border-color: #9E3C6D;
}
.TagClassName
{
border-color: #9E3C6D;
}
</style>