Shades of Rouge #9E386B
Tints of Rouge #9E386B
RGB
CMYK
RGB Variations
Color information
#9E386B (or 0x9E386B) is known color: Rouge. HEX triplet: 9E, 38 and 6B. RGB value is (158,56,107). Sum of RGB (Red+Green+Blue) = 158+56+107=321 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.22% from 321); Green value is 56 (22.27% from 255 or 17.45% from 321); Blue value is 107 (42.19% from 255 or 33.33% from 321); Max value from RGB is 158 - color contains mainly: red. Hex color #9E386B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E386B is #61C794. Grayscale: #5C5C5C. Windows color (decimal): -6408085 or 7026846. OLE color: 7026846.
HSL color Cylindrical-coordinate representation of color #9E386B: hue angle of 330º 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 #9E386B is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 56 | 107 | - |
| CMYK | 0 | 0.65 | 0.32 | 0.38 |
| HSL | 330º | 0.48% | 0.42% | - |
| HSV(B) | 330º | 0.65% | 0.62% | - |
| XYZ | 18.17 | 11.16 | 15.11 | - |
| YUV | 92.31 | 136.29 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 56 | 107 | 0 | 0.65 | 0.32 | 0.38 | 330 | 0.48 | 0.42 |
| Hex | 9E | 38 | 6B | 0 | 41 | 20 | 26 | 14A | 30 | 2A |
| Octal | 236 | 70 | 153 | 0 | 101 | 40 | 46 | 512 | 60 | 52 |
| Binary | 10011110 | 111000 | 1101011 | 0 | 1000001 | 100000 | 100110 | 101001010 | 110000 | 101010 |
Color Harmonies of #9E386B
Complementary color
Monochromatic Colors of #9E386B
Black with #9E386B
Text Example
Text Example
White with #9E386B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E386B; }
p { color: rgb(158,56,107); }
H1.HeaderClassName
{
color: #9E386B;
}
.AnyTagClassName
{
color: #9E386B;
}
</style>
background-color css
<style>
a { background-color: #9E386B; }
a { background-color: rgb(158,56,107); }
div.DivClassName
{
background-color: #9E386B;
}
.BgClassName
{
background-color: #9E386B;
}
</style>
border-color css
<style>
span { border-color: #9E386B; }
span { border-color: rgb(158,56,107); }
td.TdClassName
{
border-color: #9E386B;
}
.TagClassName
{
border-color: #9E386B;
}
</style>