Shades of Lipstick #9E1741
Tints of Lipstick #9E1741
RGB
CMYK
RGB Variations
Color information
#9E1741 (or 0x9E1741) is known color: Lipstick. HEX triplet: 9E, 17 and 41. RGB value is (158,23,65). Sum of RGB (Red+Green+Blue) = 158+23+65=246 (32% of max value = 765). Red value is 158 (62.11% from 255 or 64.23% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 65 (25.78% from 255 or 26.42% from 246); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1741 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E1741 is #61E8BE. Grayscale: #444444. Windows color (decimal): -6416575 or 4265886. OLE color: 4265886.
HSL color Cylindrical-coordinate representation of color #9E1741: hue angle of 341.33º 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 #9E1741 is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 23 | 65 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.38 |
| HSL | 341.33º | 0.75% | 0.35% | - |
| HSV(B) | 341.33º | 0.85% | 0.62% | - |
| XYZ | 15.36 | 8.26 | 5.79 | - |
| YUV | 68.15 | 126.23 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 23 | 65 | 0 | 0.85 | 0.59 | 0.38 | 341.33 | 0.75 | 0.35 |
| Hex | 9E | 17 | 41 | 0 | 55 | 3B | 26 | 155 | 4B | 23 |
| Octal | 236 | 27 | 101 | 0 | 125 | 73 | 46 | 525 | 113 | 43 |
| Binary | 10011110 | 10111 | 1000001 | 0 | 1010101 | 111011 | 100110 | 101010101 | 1001011 | 100011 |
Color Harmonies of #9E1741
Complementary color
Monochromatic Colors of #9E1741
Black with #9E1741
Text Example
Text Example
White with #9E1741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1741; }
p { color: rgb(158,23,65); }
H1.HeaderClassName
{
color: #9E1741;
}
.AnyTagClassName
{
color: #9E1741;
}
</style>
background-color css
<style>
a { background-color: #9E1741; }
a { background-color: rgb(158,23,65); }
div.DivClassName
{
background-color: #9E1741;
}
.BgClassName
{
background-color: #9E1741;
}
</style>
border-color css
<style>
span { border-color: #9E1741; }
span { border-color: rgb(158,23,65); }
td.TdClassName
{
border-color: #9E1741;
}
.TagClassName
{
border-color: #9E1741;
}
</style>