Shades of Lipstick #9E3559
Tints of Lipstick #9E3559
RGB
CMYK
RGB Variations
Color information
#9E3559 (or 0x9E3559) is known color: Lipstick. HEX triplet: 9E, 35 and 59. RGB value is (158,53,89). Sum of RGB (Red+Green+Blue) = 158+53+89=300 (39% of max value = 765). Red value is 158 (62.11% from 255 or 52.67% from 300); Green value is 53 (21.09% from 255 or 17.67% from 300); Blue value is 89 (35.16% from 255 or 29.67% from 300); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3559 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E3559 is #61CAA6. Grayscale: #585858. Windows color (decimal): -6408871 or 5846430. OLE color: 5846430.
HSL color Cylindrical-coordinate representation of color #9E3559: hue angle of 339.43º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9E3559 is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 53 | 89 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.38 |
| HSL | 339.43º | 0.5% | 0.41% | - |
| HSV(B) | 339.43º | 0.66% | 0.62% | - |
| XYZ | 17.18 | 10.54 | 10.58 | - |
| YUV | 88.5 | 128.29 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 53 | 89 | 0 | 0.66 | 0.44 | 0.38 | 339.43 | 0.5 | 0.41 |
| Hex | 9E | 35 | 59 | 0 | 42 | 2C | 26 | 153 | 32 | 29 |
| Octal | 236 | 65 | 131 | 0 | 102 | 54 | 46 | 523 | 62 | 51 |
| Binary | 10011110 | 110101 | 1011001 | 0 | 1000010 | 101100 | 100110 | 101010011 | 110010 | 101001 |
Color Harmonies of #9E3559
Complementary color
Monochromatic Colors of #9E3559
Black with #9E3559
Text Example
Text Example
White with #9E3559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3559; }
p { color: rgb(158,53,89); }
H1.HeaderClassName
{
color: #9E3559;
}
.AnyTagClassName
{
color: #9E3559;
}
</style>
background-color css
<style>
a { background-color: #9E3559; }
a { background-color: rgb(158,53,89); }
div.DivClassName
{
background-color: #9E3559;
}
.BgClassName
{
background-color: #9E3559;
}
</style>
border-color css
<style>
span { border-color: #9E3559; }
span { border-color: rgb(158,53,89); }
td.TdClassName
{
border-color: #9E3559;
}
.TagClassName
{
border-color: #9E3559;
}
</style>