Shades of Lipstick #9F2149
Tints of Lipstick #9F2149
RGB
CMYK
RGB Variations
Color information
#9F2149 (or 0x9F2149) is known color: Lipstick. HEX triplet: 9F, 21 and 49. RGB value is (159,33,73). Sum of RGB (Red+Green+Blue) = 159+33+73=265 (35% of max value = 765). Red value is 159 (62.5% from 255 or 60% from 265); Green value is 33 (13.28% from 255 or 12.45% from 265); Blue value is 73 (28.91% from 255 or 27.55% from 265); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2149 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2149 is #60DEB6. Grayscale: #4B4B4B. Windows color (decimal): -6348471 or 4792735. OLE color: 4792735.
HSL color Cylindrical-coordinate representation of color #9F2149: hue angle of 340.95º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9F2149 is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 33 | 73 | - |
| CMYK | 0 | 0.79 | 0.54 | 0.38 |
| HSL | 340.95º | 0.66% | 0.38% | - |
| HSV(B) | 340.95º | 0.79% | 0.62% | - |
| XYZ | 16.04 | 8.94 | 7.18 | - |
| YUV | 75.23 | 126.74 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 33 | 73 | 0 | 0.79 | 0.54 | 0.38 | 340.95 | 0.66 | 0.38 |
| Hex | 9F | 21 | 49 | 0 | 4F | 36 | 26 | 155 | 42 | 26 |
| Octal | 237 | 41 | 111 | 0 | 117 | 66 | 46 | 525 | 102 | 46 |
| Binary | 10011111 | 100001 | 1001001 | 0 | 1001111 | 110110 | 100110 | 101010101 | 1000010 | 100110 |
Color Harmonies of #9F2149
Complementary color
Monochromatic Colors of #9F2149
Black with #9F2149
Text Example
Text Example
White with #9F2149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2149; }
p { color: rgb(159,33,73); }
H1.HeaderClassName
{
color: #9F2149;
}
.AnyTagClassName
{
color: #9F2149;
}
</style>
background-color css
<style>
a { background-color: #9F2149; }
a { background-color: rgb(159,33,73); }
div.DivClassName
{
background-color: #9F2149;
}
.BgClassName
{
background-color: #9F2149;
}
</style>
border-color css
<style>
span { border-color: #9F2149; }
span { border-color: rgb(159,33,73); }
td.TdClassName
{
border-color: #9F2149;
}
.TagClassName
{
border-color: #9F2149;
}
</style>