Shades of Lipstick #9E2C47
Tints of Lipstick #9E2C47
RGB
CMYK
RGB Variations
Color information
#9E2C47 (or 0x9E2C47) is known color: Lipstick. HEX triplet: 9E, 2C and 47. RGB value is (158,44,71). Sum of RGB (Red+Green+Blue) = 158+44+71=273 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.88% from 273); Green value is 44 (17.58% from 255 or 16.12% from 273); Blue value is 71 (28.12% from 255 or 26.01% from 273); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2C47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2C47 is #61D3B8. Grayscale: #515151. Windows color (decimal): -6411193 or 4664478. OLE color: 4664478.
HSL color Cylindrical-coordinate representation of color #9E2C47: hue angle of 345.79º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9E2C47 is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 44 | 71 | - |
| CMYK | 0 | 0.72 | 0.55 | 0.38 |
| HSL | 345.79º | 0.56% | 0.4% | - |
| HSV(B) | 345.79º | 0.72% | 0.62% | - |
| XYZ | 16.14 | 9.53 | 6.95 | - |
| YUV | 81.16 | 122.27 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 44 | 71 | 0 | 0.72 | 0.55 | 0.38 | 345.79 | 0.56 | 0.4 |
| Hex | 9E | 2C | 47 | 0 | 48 | 37 | 26 | 15A | 38 | 28 |
| Octal | 236 | 54 | 107 | 0 | 110 | 67 | 46 | 532 | 70 | 50 |
| Binary | 10011110 | 101100 | 1000111 | 0 | 1001000 | 110111 | 100110 | 101011010 | 111000 | 101000 |
Color Harmonies of #9E2C47
Complementary color
Monochromatic Colors of #9E2C47
Black with #9E2C47
Text Example
Text Example
White with #9E2C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2C47; }
p { color: rgb(158,44,71); }
H1.HeaderClassName
{
color: #9E2C47;
}
.AnyTagClassName
{
color: #9E2C47;
}
</style>
background-color css
<style>
a { background-color: #9E2C47; }
a { background-color: rgb(158,44,71); }
div.DivClassName
{
background-color: #9E2C47;
}
.BgClassName
{
background-color: #9E2C47;
}
</style>
border-color css
<style>
span { border-color: #9E2C47; }
span { border-color: rgb(158,44,71); }
td.TdClassName
{
border-color: #9E2C47;
}
.TagClassName
{
border-color: #9E2C47;
}
</style>