Shades of Lipstick #9E1140
Tints of Lipstick #9E1140
RGB
CMYK
RGB Variations
Color information
#9E1140 (or 0x9E1140) is known color: Lipstick. HEX triplet: 9E, 11 and 40. RGB value is (158,17,64). Sum of RGB (Red+Green+Blue) = 158+17+64=239 (31% of max value = 765). Red value is 158 (62.11% from 255 or 66.11% from 239); Green value is 17 (7.03% from 255 or 7.11% from 239); Blue value is 64 (25.39% from 255 or 26.78% from 239); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1140 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E1140 is #61EEBF. Grayscale: #404040. Windows color (decimal): -6418112 or 4198814. OLE color: 4198814.
HSL color Cylindrical-coordinate representation of color #9E1140: hue angle of 340º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9E1140 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 17 | 64 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.38 |
| HSL | 340º | 0.81% | 0.34% | - |
| HSV(B) | 340º | 0.89% | 0.62% | - |
| XYZ | 15.23 | 8.04 | 5.6 | - |
| YUV | 64.52 | 127.71 | 194.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 17 | 64 | 0 | 0.89 | 0.59 | 0.38 | 340 | 0.81 | 0.34 |
| Hex | 9E | 11 | 40 | 0 | 59 | 3B | 26 | 154 | 51 | 22 |
| Octal | 236 | 21 | 100 | 0 | 131 | 73 | 46 | 524 | 121 | 42 |
| Binary | 10011110 | 10001 | 1000000 | 0 | 1011001 | 111011 | 100110 | 101010100 | 1010001 | 100010 |
Color Harmonies of #9E1140
Complementary color
Monochromatic Colors of #9E1140
Black with #9E1140
Text Example
Text Example
White with #9E1140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1140; }
p { color: rgb(158,17,64); }
H1.HeaderClassName
{
color: #9E1140;
}
.AnyTagClassName
{
color: #9E1140;
}
</style>
background-color css
<style>
a { background-color: #9E1140; }
a { background-color: rgb(158,17,64); }
div.DivClassName
{
background-color: #9E1140;
}
.BgClassName
{
background-color: #9E1140;
}
</style>
border-color css
<style>
span { border-color: #9E1140; }
span { border-color: rgb(158,17,64); }
td.TdClassName
{
border-color: #9E1140;
}
.TagClassName
{
border-color: #9E1140;
}
</style>