Shades of Lipstick #9F1944
Tints of Lipstick #9F1944
RGB
CMYK
RGB Variations
Color information
#9F1944 (or 0x9F1944) is known color: Lipstick. HEX triplet: 9F, 19 and 44. RGB value is (159,25,68). Sum of RGB (Red+Green+Blue) = 159+25+68=252 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.10% from 252); Green value is 25 (10.16% from 255 or 9.92% from 252); Blue value is 68 (26.95% from 255 or 26.98% from 252); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1944 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F1944 is #60E6BB. Grayscale: #454545. Windows color (decimal): -6350524 or 4463007. OLE color: 4463007.
HSL color Cylindrical-coordinate representation of color #9F1944: hue angle of 340.75º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F1944 is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 25 | 68 | - |
| CMYK | 0 | 0.84 | 0.57 | 0.38 |
| HSL | 340.75º | 0.73% | 0.36% | - |
| HSV(B) | 340.75º | 0.84% | 0.62% | - |
| XYZ | 15.69 | 8.48 | 6.28 | - |
| YUV | 69.97 | 126.89 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 25 | 68 | 0 | 0.84 | 0.57 | 0.38 | 340.75 | 0.73 | 0.36 |
| Hex | 9F | 19 | 44 | 0 | 54 | 39 | 26 | 155 | 49 | 24 |
| Octal | 237 | 31 | 104 | 0 | 124 | 71 | 46 | 525 | 111 | 44 |
| Binary | 10011111 | 11001 | 1000100 | 0 | 1010100 | 111001 | 100110 | 101010101 | 1001001 | 100100 |
Color Harmonies of #9F1944
Complementary color
Monochromatic Colors of #9F1944
Black with #9F1944
Text Example
Text Example
White with #9F1944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1944; }
p { color: rgb(159,25,68); }
H1.HeaderClassName
{
color: #9F1944;
}
.AnyTagClassName
{
color: #9F1944;
}
</style>
background-color css
<style>
a { background-color: #9F1944; }
a { background-color: rgb(159,25,68); }
div.DivClassName
{
background-color: #9F1944;
}
.BgClassName
{
background-color: #9F1944;
}
</style>
border-color css
<style>
span { border-color: #9F1944; }
span { border-color: rgb(159,25,68); }
td.TdClassName
{
border-color: #9F1944;
}
.TagClassName
{
border-color: #9F1944;
}
</style>