Shades of Lipstick #9E2946
Tints of Lipstick #9E2946
RGB
CMYK
RGB Variations
Color information
#9E2946 (or 0x9E2946) is known color: Lipstick. HEX triplet: 9E, 29 and 46. RGB value is (158,41,70). Sum of RGB (Red+Green+Blue) = 158+41+70=269 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.74% from 269); Green value is 41 (16.41% from 255 or 15.24% from 269); Blue value is 70 (27.73% from 255 or 26.02% from 269); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2946 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2946 is #61D6B9. Grayscale: #4F4F4F. Windows color (decimal): -6411962 or 4598174. OLE color: 4598174.
HSL color Cylindrical-coordinate representation of color #9E2946: hue angle of 345.13º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9E2946 is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 41 | 70 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.38 |
| HSL | 345.13º | 0.59% | 0.39% | - |
| HSV(B) | 345.13º | 0.74% | 0.62% | - |
| XYZ | 16 | 9.3 | 6.75 | - |
| YUV | 79.29 | 122.76 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 41 | 70 | 0 | 0.74 | 0.56 | 0.38 | 345.13 | 0.59 | 0.39 |
| Hex | 9E | 29 | 46 | 0 | 4A | 38 | 26 | 159 | 3B | 27 |
| Octal | 236 | 51 | 106 | 0 | 112 | 70 | 46 | 531 | 73 | 47 |
| Binary | 10011110 | 101001 | 1000110 | 0 | 1001010 | 111000 | 100110 | 101011001 | 111011 | 100111 |
Color Harmonies of #9E2946
Complementary color
Monochromatic Colors of #9E2946
Black with #9E2946
Text Example
Text Example
White with #9E2946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2946; }
p { color: rgb(158,41,70); }
H1.HeaderClassName
{
color: #9E2946;
}
.AnyTagClassName
{
color: #9E2946;
}
</style>
background-color css
<style>
a { background-color: #9E2946; }
a { background-color: rgb(158,41,70); }
div.DivClassName
{
background-color: #9E2946;
}
.BgClassName
{
background-color: #9E2946;
}
</style>
border-color css
<style>
span { border-color: #9E2946; }
span { border-color: rgb(158,41,70); }
td.TdClassName
{
border-color: #9E2946;
}
.TagClassName
{
border-color: #9E2946;
}
</style>