Shades of Rouge #9E376C
Tints of Rouge #9E376C
RGB
CMYK
RGB Variations
Color information
#9E376C (or 0x9E376C) is known color: Rouge. HEX triplet: 9E, 37 and 6C. RGB value is (158,55,108). Sum of RGB (Red+Green+Blue) = 158+55+108=321 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.22% from 321); Green value is 55 (21.88% from 255 or 17.13% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 158 - color contains mainly: red. Hex color #9E376C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E376C is #61C893. Grayscale: #5B5B5B. Windows color (decimal): -6408340 or 7092126. OLE color: 7092126.
HSL color Cylindrical-coordinate representation of color #9E376C: hue angle of 329.13º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9E376C is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 55 | 108 | - |
| CMYK | 0 | 0.65 | 0.32 | 0.38 |
| HSL | 329.13º | 0.48% | 0.42% | - |
| HSV(B) | 329.13º | 0.65% | 0.62% | - |
| XYZ | 18.17 | 11.08 | 15.37 | - |
| YUV | 91.84 | 137.12 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 55 | 108 | 0 | 0.65 | 0.32 | 0.38 | 329.13 | 0.48 | 0.42 |
| Hex | 9E | 37 | 6C | 0 | 41 | 20 | 26 | 149 | 30 | 2A |
| Octal | 236 | 67 | 154 | 0 | 101 | 40 | 46 | 511 | 60 | 52 |
| Binary | 10011110 | 110111 | 1101100 | 0 | 1000001 | 100000 | 100110 | 101001001 | 110000 | 101010 |
Color Harmonies of #9E376C
Complementary color
Monochromatic Colors of #9E376C
Black with #9E376C
Text Example
Text Example
White with #9E376C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E376C; }
p { color: rgb(158,55,108); }
H1.HeaderClassName
{
color: #9E376C;
}
.AnyTagClassName
{
color: #9E376C;
}
</style>
background-color css
<style>
a { background-color: #9E376C; }
a { background-color: rgb(158,55,108); }
div.DivClassName
{
background-color: #9E376C;
}
.BgClassName
{
background-color: #9E376C;
}
</style>
border-color css
<style>
span { border-color: #9E376C; }
span { border-color: rgb(158,55,108); }
td.TdClassName
{
border-color: #9E376C;
}
.TagClassName
{
border-color: #9E376C;
}
</style>