Shades of Rouge #9E3364
Tints of Rouge #9E3364
RGB
CMYK
RGB Variations
Color information
#9E3364 (or 0x9E3364) is known color: Rouge. HEX triplet: 9E, 33 and 64. RGB value is (158,51,100). Sum of RGB (Red+Green+Blue) = 158+51+100=309 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.13% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 100 (39.45% from 255 or 32.36% from 309); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3364 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E3364 is #61CC9B. Grayscale: #585858. Windows color (decimal): -6409372 or 6566814. OLE color: 6566814.
HSL color Cylindrical-coordinate representation of color #9E3364: hue angle of 332.52º degrees, saturation: 0.51, 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 #9E3364 is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 51 | 100 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.38 |
| HSL | 332.52º | 0.51% | 0.41% | - |
| HSV(B) | 332.52º | 0.68% | 0.62% | - |
| XYZ | 17.58 | 10.56 | 13.17 | - |
| YUV | 88.58 | 134.45 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 51 | 100 | 0 | 0.68 | 0.37 | 0.38 | 332.52 | 0.51 | 0.41 |
| Hex | 9E | 33 | 64 | 0 | 44 | 25 | 26 | 14D | 33 | 29 |
| Octal | 236 | 63 | 144 | 0 | 104 | 45 | 46 | 515 | 63 | 51 |
| Binary | 10011110 | 110011 | 1100100 | 0 | 1000100 | 100101 | 100110 | 101001101 | 110011 | 101001 |
Color Harmonies of #9E3364
Complementary color
Monochromatic Colors of #9E3364
Black with #9E3364
Text Example
Text Example
White with #9E3364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3364; }
p { color: rgb(158,51,100); }
H1.HeaderClassName
{
color: #9E3364;
}
.AnyTagClassName
{
color: #9E3364;
}
</style>
background-color css
<style>
a { background-color: #9E3364; }
a { background-color: rgb(158,51,100); }
div.DivClassName
{
background-color: #9E3364;
}
.BgClassName
{
background-color: #9E3364;
}
</style>
border-color css
<style>
span { border-color: #9E3364; }
span { border-color: rgb(158,51,100); }
td.TdClassName
{
border-color: #9E3364;
}
.TagClassName
{
border-color: #9E3364;
}
</style>