Shades of Rouge #9E326D
Tints of Rouge #9E326D
RGB
CMYK
RGB Variations
Color information
#9E326D (or 0x9E326D) is known color: Rouge. HEX triplet: 9E, 32 and 6D. RGB value is (158,50,109). Sum of RGB (Red+Green+Blue) = 158+50+109=317 (41% of max value = 765). Red value is 158 (62.11% from 255 or 49.84% from 317); Green value is 50 (19.92% from 255 or 15.77% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 158 - color contains mainly: red. Hex color #9E326D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E326D is #61CD92. Grayscale: #585858. Windows color (decimal): -6409619 or 7156382. OLE color: 7156382.
HSL color Cylindrical-coordinate representation of color #9E326D: hue angle of 327.22º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9E326D is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 50 | 109 | - |
| CMYK | 0 | 0.68 | 0.31 | 0.38 |
| HSL | 327.22º | 0.52% | 0.41% | - |
| HSV(B) | 327.22º | 0.68% | 0.62% | - |
| XYZ | 18 | 10.65 | 15.58 | - |
| YUV | 89.02 | 139.28 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 50 | 109 | 0 | 0.68 | 0.31 | 0.38 | 327.22 | 0.52 | 0.41 |
| Hex | 9E | 32 | 6D | 0 | 44 | 1F | 26 | 147 | 34 | 29 |
| Octal | 236 | 62 | 155 | 0 | 104 | 37 | 46 | 507 | 64 | 51 |
| Binary | 10011110 | 110010 | 1101101 | 0 | 1000100 | 11111 | 100110 | 101000111 | 110100 | 101001 |
Color Harmonies of #9E326D
Complementary color
Monochromatic Colors of #9E326D
Black with #9E326D
Text Example
Text Example
White with #9E326D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E326D; }
p { color: rgb(158,50,109); }
H1.HeaderClassName
{
color: #9E326D;
}
.AnyTagClassName
{
color: #9E326D;
}
</style>
background-color css
<style>
a { background-color: #9E326D; }
a { background-color: rgb(158,50,109); }
div.DivClassName
{
background-color: #9E326D;
}
.BgClassName
{
background-color: #9E326D;
}
</style>
border-color css
<style>
span { border-color: #9E326D; }
span { border-color: rgb(158,50,109); }
td.TdClassName
{
border-color: #9E326D;
}
.TagClassName
{
border-color: #9E326D;
}
</style>