Shades of Lipstick #9E2D49
Tints of Lipstick #9E2D49
RGB
CMYK
RGB Variations
Color information
#9E2D49 (or 0x9E2D49) is known color: Lipstick. HEX triplet: 9E, 2D and 49. RGB value is (158,45,73). Sum of RGB (Red+Green+Blue) = 158+45+73=276 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.25% from 276); Green value is 45 (17.97% from 255 or 16.30% from 276); Blue value is 73 (28.91% from 255 or 26.45% from 276); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2D49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2D49 is #61D2B6. Grayscale: #515151. Windows color (decimal): -6410935 or 4795806. OLE color: 4795806.
HSL color Cylindrical-coordinate representation of color #9E2D49: hue angle of 345.13º 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 #9E2D49 is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 45 | 73 | - |
| CMYK | 0 | 0.72 | 0.54 | 0.38 |
| HSL | 345.13º | 0.56% | 0.4% | - |
| HSV(B) | 345.13º | 0.72% | 0.62% | - |
| XYZ | 16.24 | 9.63 | 7.31 | - |
| YUV | 81.98 | 122.94 | 182.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 45 | 73 | 0 | 0.72 | 0.54 | 0.38 | 345.13 | 0.56 | 0.4 |
| Hex | 9E | 2D | 49 | 0 | 48 | 36 | 26 | 159 | 38 | 28 |
| Octal | 236 | 55 | 111 | 0 | 110 | 66 | 46 | 531 | 70 | 50 |
| Binary | 10011110 | 101101 | 1001001 | 0 | 1001000 | 110110 | 100110 | 101011001 | 111000 | 101000 |
Color Harmonies of #9E2D49
Complementary color
Monochromatic Colors of #9E2D49
Black with #9E2D49
Text Example
Text Example
White with #9E2D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2D49; }
p { color: rgb(158,45,73); }
H1.HeaderClassName
{
color: #9E2D49;
}
.AnyTagClassName
{
color: #9E2D49;
}
</style>
background-color css
<style>
a { background-color: #9E2D49; }
a { background-color: rgb(158,45,73); }
div.DivClassName
{
background-color: #9E2D49;
}
.BgClassName
{
background-color: #9E2D49;
}
</style>
border-color css
<style>
span { border-color: #9E2D49; }
span { border-color: rgb(158,45,73); }
td.TdClassName
{
border-color: #9E2D49;
}
.TagClassName
{
border-color: #9E2D49;
}
</style>