Shades of Lipstick #9F2444
Tints of Lipstick #9F2444
RGB
CMYK
RGB Variations
Color information
#9F2444 (or 0x9F2444) is known color: Lipstick. HEX triplet: 9F, 24 and 44. RGB value is (159,36,68). Sum of RGB (Red+Green+Blue) = 159+36+68=263 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.46% from 263); Green value is 36 (14.45% from 255 or 13.69% from 263); Blue value is 68 (26.95% from 255 or 25.86% from 263); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2444 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2444 is #60DBBB. Grayscale: #4C4C4C. Windows color (decimal): -6347708 or 4465823. OLE color: 4465823.
HSL color Cylindrical-coordinate representation of color #9F2444: hue angle of 344.39º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9F2444 is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 36 | 68 | - |
| CMYK | 0 | 0.77 | 0.57 | 0.38 |
| HSL | 344.39º | 0.63% | 0.38% | - |
| HSV(B) | 344.39º | 0.77% | 0.62% | - |
| XYZ | 15.97 | 9.05 | 6.37 | - |
| YUV | 76.43 | 123.25 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 36 | 68 | 0 | 0.77 | 0.57 | 0.38 | 344.39 | 0.63 | 0.38 |
| Hex | 9F | 24 | 44 | 0 | 4D | 39 | 26 | 158 | 3F | 26 |
| Octal | 237 | 44 | 104 | 0 | 115 | 71 | 46 | 530 | 77 | 46 |
| Binary | 10011111 | 100100 | 1000100 | 0 | 1001101 | 111001 | 100110 | 101011000 | 111111 | 100110 |
Color Harmonies of #9F2444
Complementary color
Monochromatic Colors of #9F2444
Black with #9F2444
Text Example
Text Example
White with #9F2444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2444; }
p { color: rgb(159,36,68); }
H1.HeaderClassName
{
color: #9F2444;
}
.AnyTagClassName
{
color: #9F2444;
}
</style>
background-color css
<style>
a { background-color: #9F2444; }
a { background-color: rgb(159,36,68); }
div.DivClassName
{
background-color: #9F2444;
}
.BgClassName
{
background-color: #9F2444;
}
</style>
border-color css
<style>
span { border-color: #9F2444; }
span { border-color: rgb(159,36,68); }
td.TdClassName
{
border-color: #9F2444;
}
.TagClassName
{
border-color: #9F2444;
}
</style>