Shades of Rouge #9E356B
Tints of Rouge #9E356B
RGB
CMYK
RGB Variations
Color information
#9E356B (or 0x9E356B) is known color: Rouge. HEX triplet: 9E, 35 and 6B. RGB value is (158,53,107). Sum of RGB (Red+Green+Blue) = 158+53+107=318 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.69% from 318); Green value is 53 (21.09% from 255 or 16.67% from 318); Blue value is 107 (42.19% from 255 or 33.65% from 318); Max value from RGB is 158 - color contains mainly: red. Hex color #9E356B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E356B is #61CA94. Grayscale: #5A5A5A. Windows color (decimal): -6408853 or 7026078. OLE color: 7026078.
HSL color Cylindrical-coordinate representation of color #9E356B: hue angle of 329.14º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9E356B is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 53 | 107 | - |
| CMYK | 0 | 0.66 | 0.32 | 0.38 |
| HSL | 329.14º | 0.5% | 0.41% | - |
| HSV(B) | 329.14º | 0.66% | 0.62% | - |
| XYZ | 18.03 | 10.88 | 15.06 | - |
| YUV | 90.55 | 137.29 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 53 | 107 | 0 | 0.66 | 0.32 | 0.38 | 329.14 | 0.5 | 0.41 |
| Hex | 9E | 35 | 6B | 0 | 42 | 20 | 26 | 149 | 32 | 29 |
| Octal | 236 | 65 | 153 | 0 | 102 | 40 | 46 | 511 | 62 | 51 |
| Binary | 10011110 | 110101 | 1101011 | 0 | 1000010 | 100000 | 100110 | 101001001 | 110010 | 101001 |
Color Harmonies of #9E356B
Complementary color
Monochromatic Colors of #9E356B
Black with #9E356B
Text Example
Text Example
White with #9E356B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E356B; }
p { color: rgb(158,53,107); }
H1.HeaderClassName
{
color: #9E356B;
}
.AnyTagClassName
{
color: #9E356B;
}
</style>
background-color css
<style>
a { background-color: #9E356B; }
a { background-color: rgb(158,53,107); }
div.DivClassName
{
background-color: #9E356B;
}
.BgClassName
{
background-color: #9E356B;
}
</style>
border-color css
<style>
span { border-color: #9E356B; }
span { border-color: rgb(158,53,107); }
td.TdClassName
{
border-color: #9E356B;
}
.TagClassName
{
border-color: #9E356B;
}
</style>