Shades of Lipstick #9F2544
Tints of Lipstick #9F2544
RGB
CMYK
RGB Variations
Color information
#9F2544 (or 0x9F2544) is known color: Lipstick. HEX triplet: 9F, 25 and 44. RGB value is (159,37,68). Sum of RGB (Red+Green+Blue) = 159+37+68=264 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.23% from 264); Green value is 37 (14.84% from 255 or 14.02% from 264); Blue value is 68 (26.95% from 255 or 25.76% from 264); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2544 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2544 is #60DABB. Grayscale: #4D4D4D. Windows color (decimal): -6347452 or 4466079. OLE color: 4466079.
HSL color Cylindrical-coordinate representation of color #9F2544: hue angle of 344.75º degrees, saturation: 0.62, 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 #9F2544 is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 37 | 68 | - |
| CMYK | 0 | 0.77 | 0.57 | 0.38 |
| HSL | 344.75º | 0.62% | 0.38% | - |
| HSV(B) | 344.75º | 0.77% | 0.62% | - |
| XYZ | 16 | 9.11 | 6.38 | - |
| YUV | 77.01 | 122.92 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 37 | 68 | 0 | 0.77 | 0.57 | 0.38 | 344.75 | 0.62 | 0.38 |
| Hex | 9F | 25 | 44 | 0 | 4D | 39 | 26 | 159 | 3E | 26 |
| Octal | 237 | 45 | 104 | 0 | 115 | 71 | 46 | 531 | 76 | 46 |
| Binary | 10011111 | 100101 | 1000100 | 0 | 1001101 | 111001 | 100110 | 101011001 | 111110 | 100110 |
Color Harmonies of #9F2544
Complementary color
Monochromatic Colors of #9F2544
Black with #9F2544
Text Example
Text Example
White with #9F2544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2544; }
p { color: rgb(159,37,68); }
H1.HeaderClassName
{
color: #9F2544;
}
.AnyTagClassName
{
color: #9F2544;
}
</style>
background-color css
<style>
a { background-color: #9F2544; }
a { background-color: rgb(159,37,68); }
div.DivClassName
{
background-color: #9F2544;
}
.BgClassName
{
background-color: #9F2544;
}
</style>
border-color css
<style>
span { border-color: #9F2544; }
span { border-color: rgb(159,37,68); }
td.TdClassName
{
border-color: #9F2544;
}
.TagClassName
{
border-color: #9F2544;
}
</style>