Shades of Lipstick #9F1140
Tints of Lipstick #9F1140
RGB
CMYK
RGB Variations
Color information
#9F1140 (or 0x9F1140) is known color: Lipstick. HEX triplet: 9F, 11 and 40. RGB value is (159,17,64). Sum of RGB (Red+Green+Blue) = 159+17+64=240 (31% of max value = 765). Red value is 159 (62.5% from 255 or 66.25% from 240); Green value is 17 (7.03% from 255 or 7.08% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1140 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F1140 is #60EEBF. Grayscale: #404040. Windows color (decimal): -6352576 or 4198815. OLE color: 4198815.
HSL color Cylindrical-coordinate representation of color #9F1140: hue angle of 340.14º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F1140 is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 17 | 64 | - |
| CMYK | 0 | 0.89 | 0.60 | 0.38 |
| HSL | 340.14º | 0.81% | 0.35% | - |
| HSV(B) | 340.14º | 0.89% | 0.62% | - |
| XYZ | 15.42 | 8.14 | 5.61 | - |
| YUV | 64.82 | 127.54 | 195.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 17 | 64 | 0 | 0.89 | 0.60 | 0.38 | 340.14 | 0.81 | 0.35 |
| Hex | 9F | 11 | 40 | 0 | 59 | 3C | 26 | 154 | 51 | 23 |
| Octal | 237 | 21 | 100 | 0 | 131 | 74 | 46 | 524 | 121 | 43 |
| Binary | 10011111 | 10001 | 1000000 | 0 | 1011001 | 111100 | 100110 | 101010100 | 1010001 | 100011 |
Color Harmonies of #9F1140
Complementary color
Monochromatic Colors of #9F1140
Black with #9F1140
Text Example
Text Example
White with #9F1140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1140; }
p { color: rgb(159,17,64); }
H1.HeaderClassName
{
color: #9F1140;
}
.AnyTagClassName
{
color: #9F1140;
}
</style>
background-color css
<style>
a { background-color: #9F1140; }
a { background-color: rgb(159,17,64); }
div.DivClassName
{
background-color: #9F1140;
}
.BgClassName
{
background-color: #9F1140;
}
</style>
border-color css
<style>
span { border-color: #9F1140; }
span { border-color: rgb(159,17,64); }
td.TdClassName
{
border-color: #9F1140;
}
.TagClassName
{
border-color: #9F1140;
}
</style>