Shades of Lipstick #9F2241
Tints of Lipstick #9F2241
RGB
CMYK
RGB Variations
Color information
#9F2241 (or 0x9F2241) is known color: Lipstick. HEX triplet: 9F, 22 and 41. RGB value is (159,34,65). Sum of RGB (Red+Green+Blue) = 159+34+65=258 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.63% from 258); Green value is 34 (13.67% from 255 or 13.18% from 258); Blue value is 65 (25.78% from 255 or 25.19% from 258); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2241 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2241 is #60DDBE. Grayscale: #4A4A4A. Windows color (decimal): -6348223 or 4268703. OLE color: 4268703.
HSL color Cylindrical-coordinate representation of color #9F2241: hue angle of 345.12º 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 #9F2241 is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 34 | 65 | - |
| CMYK | 0 | 0.79 | 0.59 | 0.38 |
| HSL | 345.12º | 0.65% | 0.38% | - |
| HSV(B) | 345.12º | 0.79% | 0.62% | - |
| XYZ | 15.82 | 8.9 | 5.88 | - |
| YUV | 74.91 | 122.41 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 34 | 65 | 0 | 0.79 | 0.59 | 0.38 | 345.12 | 0.65 | 0.38 |
| Hex | 9F | 22 | 41 | 0 | 4F | 3B | 26 | 159 | 41 | 26 |
| Octal | 237 | 42 | 101 | 0 | 117 | 73 | 46 | 531 | 101 | 46 |
| Binary | 10011111 | 100010 | 1000001 | 0 | 1001111 | 111011 | 100110 | 101011001 | 1000001 | 100110 |
Color Harmonies of #9F2241
Complementary color
Monochromatic Colors of #9F2241
Black with #9F2241
Text Example
Text Example
White with #9F2241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2241; }
p { color: rgb(159,34,65); }
H1.HeaderClassName
{
color: #9F2241;
}
.AnyTagClassName
{
color: #9F2241;
}
</style>
background-color css
<style>
a { background-color: #9F2241; }
a { background-color: rgb(159,34,65); }
div.DivClassName
{
background-color: #9F2241;
}
.BgClassName
{
background-color: #9F2241;
}
</style>
border-color css
<style>
span { border-color: #9F2241; }
span { border-color: rgb(159,34,65); }
td.TdClassName
{
border-color: #9F2241;
}
.TagClassName
{
border-color: #9F2241;
}
</style>