Shades of Lipstick #9F2E4D
Tints of Lipstick #9F2E4D
RGB
CMYK
RGB Variations
Color information
#9F2E4D (or 0x9F2E4D) is known color: Lipstick. HEX triplet: 9F, 2E and 4D. RGB value is (159,46,77). Sum of RGB (Red+Green+Blue) = 159+46+77=282 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.38% from 282); Green value is 46 (18.36% from 255 or 16.31% from 282); Blue value is 77 (30.47% from 255 or 27.30% from 282); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2E4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2E4D is #60D1B2. Grayscale: #535353. Windows color (decimal): -6345139 or 5058207. OLE color: 5058207.
HSL color Cylindrical-coordinate representation of color #9F2E4D: hue angle of 343.54º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9F2E4D is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 46 | 77 | - |
| CMYK | 0 | 0.71 | 0.52 | 0.38 |
| HSL | 343.54º | 0.55% | 0.4% | - |
| HSV(B) | 343.54º | 0.71% | 0.62% | - |
| XYZ | 16.61 | 9.86 | 8.05 | - |
| YUV | 83.32 | 124.44 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 46 | 77 | 0 | 0.71 | 0.52 | 0.38 | 343.54 | 0.55 | 0.4 |
| Hex | 9F | 2E | 4D | 0 | 47 | 34 | 26 | 158 | 37 | 28 |
| Octal | 237 | 56 | 115 | 0 | 107 | 64 | 46 | 530 | 67 | 50 |
| Binary | 10011111 | 101110 | 1001101 | 0 | 1000111 | 110100 | 100110 | 101011000 | 110111 | 101000 |
Color Harmonies of #9F2E4D
Complementary color
Monochromatic Colors of #9F2E4D
Black with #9F2E4D
Text Example
Text Example
White with #9F2E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2E4D; }
p { color: rgb(159,46,77); }
H1.HeaderClassName
{
color: #9F2E4D;
}
.AnyTagClassName
{
color: #9F2E4D;
}
</style>
background-color css
<style>
a { background-color: #9F2E4D; }
a { background-color: rgb(159,46,77); }
div.DivClassName
{
background-color: #9F2E4D;
}
.BgClassName
{
background-color: #9F2E4D;
}
</style>
border-color css
<style>
span { border-color: #9F2E4D; }
span { border-color: rgb(159,46,77); }
td.TdClassName
{
border-color: #9F2E4D;
}
.TagClassName
{
border-color: #9F2E4D;
}
</style>