Shades of Lipstick #9F184D
Tints of Lipstick #9F184D
RGB
CMYK
RGB Variations
Color information
#9F184D (or 0x9F184D) is known color: Lipstick. HEX triplet: 9F, 18 and 4D. RGB value is (159,24,77). Sum of RGB (Red+Green+Blue) = 159+24+77=260 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.15% from 260); Green value is 24 (9.77% from 255 or 9.23% from 260); Blue value is 77 (30.47% from 255 or 29.62% from 260); Max value from RGB is 159 - color contains mainly: red. Hex color #9F184D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F184D is #60E7B2. Grayscale: #464646. Windows color (decimal): -6350771 or 5052575. OLE color: 5052575.
HSL color Cylindrical-coordinate representation of color #9F184D: hue angle of 336.44º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9F184D is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 24 | 77 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.38 |
| HSL | 336.44º | 0.74% | 0.36% | - |
| HSV(B) | 336.44º | 0.85% | 0.62% | - |
| XYZ | 15.96 | 8.56 | 7.83 | - |
| YUV | 70.41 | 131.73 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 24 | 77 | 0 | 0.85 | 0.52 | 0.38 | 336.44 | 0.74 | 0.36 |
| Hex | 9F | 18 | 4D | 0 | 55 | 34 | 26 | 150 | 4A | 24 |
| Octal | 237 | 30 | 115 | 0 | 125 | 64 | 46 | 520 | 112 | 44 |
| Binary | 10011111 | 11000 | 1001101 | 0 | 1010101 | 110100 | 100110 | 101010000 | 1001010 | 100100 |
Color Harmonies of #9F184D
Complementary color
Monochromatic Colors of #9F184D
Black with #9F184D
Text Example
Text Example
White with #9F184D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F184D; }
p { color: rgb(159,24,77); }
H1.HeaderClassName
{
color: #9F184D;
}
.AnyTagClassName
{
color: #9F184D;
}
</style>
background-color css
<style>
a { background-color: #9F184D; }
a { background-color: rgb(159,24,77); }
div.DivClassName
{
background-color: #9F184D;
}
.BgClassName
{
background-color: #9F184D;
}
</style>
border-color css
<style>
span { border-color: #9F184D; }
span { border-color: rgb(159,24,77); }
td.TdClassName
{
border-color: #9F184D;
}
.TagClassName
{
border-color: #9F184D;
}
</style>