Shades of Lipstick #9F2A47
Tints of Lipstick #9F2A47
RGB
CMYK
RGB Variations
Color information
#9F2A47 (or 0x9F2A47) is known color: Lipstick. HEX triplet: 9F, 2A and 47. RGB value is (159,42,71). Sum of RGB (Red+Green+Blue) = 159+42+71=272 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.46% from 272); Green value is 42 (16.80% from 255 or 15.44% from 272); Blue value is 71 (28.12% from 255 or 26.10% from 272); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2A47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2A47 is #60D5B8. Grayscale: #505050. Windows color (decimal): -6346169 or 4663967. OLE color: 4663967.
HSL color Cylindrical-coordinate representation of color #9F2A47: hue angle of 345.13º degrees, saturation: 0.58, 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 #9F2A47 is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 42 | 71 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.38 |
| HSL | 345.13º | 0.58% | 0.39% | - |
| HSV(B) | 345.13º | 0.74% | 0.62% | - |
| XYZ | 16.26 | 9.48 | 6.93 | - |
| YUV | 80.29 | 122.76 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 42 | 71 | 0 | 0.74 | 0.55 | 0.38 | 345.13 | 0.58 | 0.39 |
| Hex | 9F | 2A | 47 | 0 | 4A | 37 | 26 | 159 | 3A | 27 |
| Octal | 237 | 52 | 107 | 0 | 112 | 67 | 46 | 531 | 72 | 47 |
| Binary | 10011111 | 101010 | 1000111 | 0 | 1001010 | 110111 | 100110 | 101011001 | 111010 | 100111 |
Color Harmonies of #9F2A47
Complementary color
Monochromatic Colors of #9F2A47
Black with #9F2A47
Text Example
Text Example
White with #9F2A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2A47; }
p { color: rgb(159,42,71); }
H1.HeaderClassName
{
color: #9F2A47;
}
.AnyTagClassName
{
color: #9F2A47;
}
</style>
background-color css
<style>
a { background-color: #9F2A47; }
a { background-color: rgb(159,42,71); }
div.DivClassName
{
background-color: #9F2A47;
}
.BgClassName
{
background-color: #9F2A47;
}
</style>
border-color css
<style>
span { border-color: #9F2A47; }
span { border-color: rgb(159,42,71); }
td.TdClassName
{
border-color: #9F2A47;
}
.TagClassName
{
border-color: #9F2A47;
}
</style>