Shades of Rouge #9E3073
Tints of Rouge #9E3073
RGB
CMYK
RGB Variations
Color information
#9E3073 (or 0x9E3073) is known color: Rouge. HEX triplet: 9E, 30 and 73. RGB value is (158,48,115). Sum of RGB (Red+Green+Blue) = 158+48+115=321 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.22% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 115 (45.31% from 255 or 35.83% from 321); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3073 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E3073 is #61CF8C. Grayscale: #585858. Windows color (decimal): -6410125 or 7549086. OLE color: 7549086.
HSL color Cylindrical-coordinate representation of color #9E3073: hue angle of 323.45º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9E3073 is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 48 | 115 | - |
| CMYK | 0 | 0.70 | 0.27 | 0.38 |
| HSL | 323.45º | 0.53% | 0.4% | - |
| HSV(B) | 323.45º | 0.7% | 0.62% | - |
| XYZ | 18.25 | 10.62 | 17.31 | - |
| YUV | 88.53 | 142.94 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 48 | 115 | 0 | 0.70 | 0.27 | 0.38 | 323.45 | 0.53 | 0.4 |
| Hex | 9E | 30 | 73 | 0 | 46 | 1B | 26 | 143 | 35 | 28 |
| Octal | 236 | 60 | 163 | 0 | 106 | 33 | 46 | 503 | 65 | 50 |
| Binary | 10011110 | 110000 | 1110011 | 0 | 1000110 | 11011 | 100110 | 101000011 | 110101 | 101000 |
Color Harmonies of #9E3073
Complementary color
Monochromatic Colors of #9E3073
Black with #9E3073
Text Example
Text Example
White with #9E3073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3073; }
p { color: rgb(158,48,115); }
H1.HeaderClassName
{
color: #9E3073;
}
.AnyTagClassName
{
color: #9E3073;
}
</style>
background-color css
<style>
a { background-color: #9E3073; }
a { background-color: rgb(158,48,115); }
div.DivClassName
{
background-color: #9E3073;
}
.BgClassName
{
background-color: #9E3073;
}
</style>
border-color css
<style>
span { border-color: #9E3073; }
span { border-color: rgb(158,48,115); }
td.TdClassName
{
border-color: #9E3073;
}
.TagClassName
{
border-color: #9E3073;
}
</style>