Shades of Lipstick #9F1544
Tints of Lipstick #9F1544
RGB
CMYK
RGB Variations
Color information
#9F1544 (or 0x9F1544) is known color: Lipstick. HEX triplet: 9F, 15 and 44. RGB value is (159,21,68). Sum of RGB (Red+Green+Blue) = 159+21+68=248 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.11% from 248); Green value is 21 (8.59% from 255 or 8.47% from 248); Blue value is 68 (26.95% from 255 or 27.42% from 248); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1544 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F1544 is #60EABB. Grayscale: #434343. Windows color (decimal): -6351548 or 4461983. OLE color: 4461983.
HSL color Cylindrical-coordinate representation of color #9F1544: hue angle of 339.57º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9F1544 is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 21 | 68 | - |
| CMYK | 0 | 0.87 | 0.57 | 0.38 |
| HSL | 339.57º | 0.77% | 0.35% | - |
| HSV(B) | 339.57º | 0.87% | 0.62% | - |
| XYZ | 15.61 | 8.32 | 6.25 | - |
| YUV | 67.62 | 128.22 | 193.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 21 | 68 | 0 | 0.87 | 0.57 | 0.38 | 339.57 | 0.77 | 0.35 |
| Hex | 9F | 15 | 44 | 0 | 57 | 39 | 26 | 154 | 4D | 23 |
| Octal | 237 | 25 | 104 | 0 | 127 | 71 | 46 | 524 | 115 | 43 |
| Binary | 10011111 | 10101 | 1000100 | 0 | 1010111 | 111001 | 100110 | 101010100 | 1001101 | 100011 |
Color Harmonies of #9F1544
Complementary color
Monochromatic Colors of #9F1544
Black with #9F1544
Text Example
Text Example
White with #9F1544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1544; }
p { color: rgb(159,21,68); }
H1.HeaderClassName
{
color: #9F1544;
}
.AnyTagClassName
{
color: #9F1544;
}
</style>
background-color css
<style>
a { background-color: #9F1544; }
a { background-color: rgb(159,21,68); }
div.DivClassName
{
background-color: #9F1544;
}
.BgClassName
{
background-color: #9F1544;
}
</style>
border-color css
<style>
span { border-color: #9F1544; }
span { border-color: rgb(159,21,68); }
td.TdClassName
{
border-color: #9F1544;
}
.TagClassName
{
border-color: #9F1544;
}
</style>