Shades of Lipstick #9F1942
Tints of Lipstick #9F1942
RGB
CMYK
RGB Variations
Color information
#9F1942 (or 0x9F1942) is known color: Lipstick. HEX triplet: 9F, 19 and 42. RGB value is (159,25,66). Sum of RGB (Red+Green+Blue) = 159+25+66=250 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.6% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 66 (26.17% from 255 or 26.4% from 250); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1942 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F1942 is #60E6BD. Grayscale: #454545. Windows color (decimal): -6350526 or 4331935. OLE color: 4331935.
HSL color Cylindrical-coordinate representation of color #9F1942: hue angle of 341.64º 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 #9F1942 is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 25 | 66 | - |
| CMYK | 0 | 0.84 | 0.58 | 0.38 |
| HSL | 341.64º | 0.73% | 0.36% | - |
| HSV(B) | 341.64º | 0.84% | 0.62% | - |
| XYZ | 15.63 | 8.46 | 5.96 | - |
| YUV | 69.74 | 125.89 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 25 | 66 | 0 | 0.84 | 0.58 | 0.38 | 341.64 | 0.73 | 0.36 |
| Hex | 9F | 19 | 42 | 0 | 54 | 3A | 26 | 156 | 49 | 24 |
| Octal | 237 | 31 | 102 | 0 | 124 | 72 | 46 | 526 | 111 | 44 |
| Binary | 10011111 | 11001 | 1000010 | 0 | 1010100 | 111010 | 100110 | 101010110 | 1001001 | 100100 |
Color Harmonies of #9F1942
Complementary color
Monochromatic Colors of #9F1942
Black with #9F1942
Text Example
Text Example
White with #9F1942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1942; }
p { color: rgb(159,25,66); }
H1.HeaderClassName
{
color: #9F1942;
}
.AnyTagClassName
{
color: #9F1942;
}
</style>
background-color css
<style>
a { background-color: #9F1942; }
a { background-color: rgb(159,25,66); }
div.DivClassName
{
background-color: #9F1942;
}
.BgClassName
{
background-color: #9F1942;
}
</style>
border-color css
<style>
span { border-color: #9F1942; }
span { border-color: rgb(159,25,66); }
td.TdClassName
{
border-color: #9F1942;
}
.TagClassName
{
border-color: #9F1942;
}
</style>