Shades of Rouge #9E346C
Tints of Rouge #9E346C
RGB
CMYK
RGB Variations
Color information
#9E346C (or 0x9E346C) is known color: Rouge. HEX triplet: 9E, 34 and 6C. RGB value is (158,52,108). Sum of RGB (Red+Green+Blue) = 158+52+108=318 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.69% from 318); Green value is 52 (20.70% from 255 or 16.35% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 158 - color contains mainly: red. Hex color #9E346C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E346C is #61CB93. Grayscale: #595959. Windows color (decimal): -6409108 or 7091358. OLE color: 7091358.
HSL color Cylindrical-coordinate representation of color #9E346C: hue angle of 328.3º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9E346C is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 52 | 108 | - |
| CMYK | 0 | 0.67 | 0.32 | 0.38 |
| HSL | 328.3º | 0.5% | 0.41% | - |
| HSV(B) | 328.3º | 0.67% | 0.62% | - |
| XYZ | 18.04 | 10.81 | 15.32 | - |
| YUV | 90.08 | 138.12 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 52 | 108 | 0 | 0.67 | 0.32 | 0.38 | 328.3 | 0.5 | 0.41 |
| Hex | 9E | 34 | 6C | 0 | 43 | 20 | 26 | 148 | 32 | 29 |
| Octal | 236 | 64 | 154 | 0 | 103 | 40 | 46 | 510 | 62 | 51 |
| Binary | 10011110 | 110100 | 1101100 | 0 | 1000011 | 100000 | 100110 | 101001000 | 110010 | 101001 |
Color Harmonies of #9E346C
Complementary color
Monochromatic Colors of #9E346C
Black with #9E346C
Text Example
Text Example
White with #9E346C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E346C; }
p { color: rgb(158,52,108); }
H1.HeaderClassName
{
color: #9E346C;
}
.AnyTagClassName
{
color: #9E346C;
}
</style>
background-color css
<style>
a { background-color: #9E346C; }
a { background-color: rgb(158,52,108); }
div.DivClassName
{
background-color: #9E346C;
}
.BgClassName
{
background-color: #9E346C;
}
</style>
border-color css
<style>
span { border-color: #9E346C; }
span { border-color: rgb(158,52,108); }
td.TdClassName
{
border-color: #9E346C;
}
.TagClassName
{
border-color: #9E346C;
}
</style>