Shades of Lipstick #9F2247
Tints of Lipstick #9F2247
RGB
CMYK
RGB Variations
Color information
#9F2247 (or 0x9F2247) is known color: Lipstick. HEX triplet: 9F, 22 and 47. RGB value is (159,34,71). Sum of RGB (Red+Green+Blue) = 159+34+71=264 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.23% from 264); Green value is 34 (13.67% from 255 or 12.88% from 264); Blue value is 71 (28.12% from 255 or 26.89% from 264); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2247 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2247 is #60DDB8. Grayscale: #4B4B4B. Windows color (decimal): -6348217 or 4661919. OLE color: 4661919.
HSL color Cylindrical-coordinate representation of color #9F2247: hue angle of 342.24º degrees, saturation: 0.65, 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 #9F2247 is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 34 | 71 | - |
| CMYK | 0 | 0.79 | 0.55 | 0.38 |
| HSL | 342.24º | 0.65% | 0.38% | - |
| HSV(B) | 342.24º | 0.79% | 0.62% | - |
| XYZ | 16.01 | 8.97 | 6.85 | - |
| YUV | 75.59 | 125.41 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 34 | 71 | 0 | 0.79 | 0.55 | 0.38 | 342.24 | 0.65 | 0.38 |
| Hex | 9F | 22 | 47 | 0 | 4F | 37 | 26 | 156 | 41 | 26 |
| Octal | 237 | 42 | 107 | 0 | 117 | 67 | 46 | 526 | 101 | 46 |
| Binary | 10011111 | 100010 | 1000111 | 0 | 1001111 | 110111 | 100110 | 101010110 | 1000001 | 100110 |
Color Harmonies of #9F2247
Complementary color
Monochromatic Colors of #9F2247
Black with #9F2247
Text Example
Text Example
White with #9F2247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2247; }
p { color: rgb(159,34,71); }
H1.HeaderClassName
{
color: #9F2247;
}
.AnyTagClassName
{
color: #9F2247;
}
</style>
background-color css
<style>
a { background-color: #9F2247; }
a { background-color: rgb(159,34,71); }
div.DivClassName
{
background-color: #9F2247;
}
.BgClassName
{
background-color: #9F2247;
}
</style>
border-color css
<style>
span { border-color: #9F2247; }
span { border-color: rgb(159,34,71); }
td.TdClassName
{
border-color: #9F2247;
}
.TagClassName
{
border-color: #9F2247;
}
</style>