Shades of Lipstick #9E2945
Tints of Lipstick #9E2945
RGB
CMYK
RGB Variations
Color information
#9E2945 (or 0x9E2945) is known color: Lipstick. HEX triplet: 9E, 29 and 45. RGB value is (158,41,69). Sum of RGB (Red+Green+Blue) = 158+41+69=268 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.96% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 69 (27.34% from 255 or 25.75% from 268); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2945 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2945 is #61D6BA. Grayscale: #4F4F4F. Windows color (decimal): -6411963 or 4532638. OLE color: 4532638.
HSL color Cylindrical-coordinate representation of color #9E2945: hue angle of 345.64º 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 #9E2945 is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 41 | 69 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.38 |
| HSL | 345.64º | 0.59% | 0.39% | - |
| HSV(B) | 345.64º | 0.74% | 0.62% | - |
| XYZ | 15.97 | 9.28 | 6.58 | - |
| YUV | 79.18 | 122.26 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 41 | 69 | 0 | 0.74 | 0.56 | 0.38 | 345.64 | 0.59 | 0.39 |
| Hex | 9E | 29 | 45 | 0 | 4A | 38 | 26 | 15A | 3B | 27 |
| Octal | 236 | 51 | 105 | 0 | 112 | 70 | 46 | 532 | 73 | 47 |
| Binary | 10011110 | 101001 | 1000101 | 0 | 1001010 | 111000 | 100110 | 101011010 | 111011 | 100111 |
Color Harmonies of #9E2945
Complementary color
Monochromatic Colors of #9E2945
Black with #9E2945
Text Example
Text Example
White with #9E2945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2945; }
p { color: rgb(158,41,69); }
H1.HeaderClassName
{
color: #9E2945;
}
.AnyTagClassName
{
color: #9E2945;
}
</style>
background-color css
<style>
a { background-color: #9E2945; }
a { background-color: rgb(158,41,69); }
div.DivClassName
{
background-color: #9E2945;
}
.BgClassName
{
background-color: #9E2945;
}
</style>
border-color css
<style>
span { border-color: #9E2945; }
span { border-color: rgb(158,41,69); }
td.TdClassName
{
border-color: #9E2945;
}
.TagClassName
{
border-color: #9E2945;
}
</style>