Shades of Lipstick #9E1740
Tints of Lipstick #9E1740
RGB
CMYK
RGB Variations
Color information
#9E1740 (or 0x9E1740) is known color: Lipstick. HEX triplet: 9E, 17 and 40. RGB value is (158,23,64). Sum of RGB (Red+Green+Blue) = 158+23+64=245 (32% of max value = 765). Red value is 158 (62.11% from 255 or 64.49% from 245); Green value is 23 (9.38% from 255 or 9.39% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1740 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E1740 is #61E8BF. Grayscale: #444444. Windows color (decimal): -6416576 or 4200350. OLE color: 4200350.
HSL color Cylindrical-coordinate representation of color #9E1740: hue angle of 341.78º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9E1740 is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 23 | 64 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.38 |
| HSL | 341.78º | 0.75% | 0.35% | - |
| HSV(B) | 341.78º | 0.85% | 0.62% | - |
| XYZ | 15.33 | 8.25 | 5.64 | - |
| YUV | 68.04 | 125.73 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 23 | 64 | 0 | 0.85 | 0.59 | 0.38 | 341.78 | 0.75 | 0.35 |
| Hex | 9E | 17 | 40 | 0 | 55 | 3B | 26 | 156 | 4B | 23 |
| Octal | 236 | 27 | 100 | 0 | 125 | 73 | 46 | 526 | 113 | 43 |
| Binary | 10011110 | 10111 | 1000000 | 0 | 1010101 | 111011 | 100110 | 101010110 | 1001011 | 100011 |
Color Harmonies of #9E1740
Complementary color
Monochromatic Colors of #9E1740
Black with #9E1740
Text Example
Text Example
White with #9E1740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1740; }
p { color: rgb(158,23,64); }
H1.HeaderClassName
{
color: #9E1740;
}
.AnyTagClassName
{
color: #9E1740;
}
</style>
background-color css
<style>
a { background-color: #9E1740; }
a { background-color: rgb(158,23,64); }
div.DivClassName
{
background-color: #9E1740;
}
.BgClassName
{
background-color: #9E1740;
}
</style>
border-color css
<style>
span { border-color: #9E1740; }
span { border-color: rgb(158,23,64); }
td.TdClassName
{
border-color: #9E1740;
}
.TagClassName
{
border-color: #9E1740;
}
</style>