Shades of Lipstick #9F184F
Tints of Lipstick #9F184F
RGB
CMYK
RGB Variations
Color information
#9F184F (or 0x9F184F) is known color: Lipstick. HEX triplet: 9F, 18 and 4F. RGB value is (159,24,79). Sum of RGB (Red+Green+Blue) = 159+24+79=262 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.69% from 262); Green value is 24 (9.77% from 255 or 9.16% from 262); Blue value is 79 (31.25% from 255 or 30.15% from 262); Max value from RGB is 159 - color contains mainly: red. Hex color #9F184F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F184F is #60E7B0. Grayscale: #464646. Windows color (decimal): -6350769 or 5183647. OLE color: 5183647.
HSL color Cylindrical-coordinate representation of color #9F184F: hue angle of 335.56º 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 #9F184F is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 24 | 79 | - |
| CMYK | 0 | 0.85 | 0.50 | 0.38 |
| HSL | 335.56º | 0.74% | 0.36% | - |
| HSV(B) | 335.56º | 0.85% | 0.62% | - |
| XYZ | 16.04 | 8.59 | 8.21 | - |
| YUV | 70.64 | 132.73 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 24 | 79 | 0 | 0.85 | 0.50 | 0.38 | 335.56 | 0.74 | 0.36 |
| Hex | 9F | 18 | 4F | 0 | 55 | 32 | 26 | 150 | 4A | 24 |
| Octal | 237 | 30 | 117 | 0 | 125 | 62 | 46 | 520 | 112 | 44 |
| Binary | 10011111 | 11000 | 1001111 | 0 | 1010101 | 110010 | 100110 | 101010000 | 1001010 | 100100 |
Color Harmonies of #9F184F
Complementary color
Monochromatic Colors of #9F184F
Black with #9F184F
Text Example
Text Example
White with #9F184F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F184F; }
p { color: rgb(159,24,79); }
H1.HeaderClassName
{
color: #9F184F;
}
.AnyTagClassName
{
color: #9F184F;
}
</style>
background-color css
<style>
a { background-color: #9F184F; }
a { background-color: rgb(159,24,79); }
div.DivClassName
{
background-color: #9F184F;
}
.BgClassName
{
background-color: #9F184F;
}
</style>
border-color css
<style>
span { border-color: #9F184F; }
span { border-color: rgb(159,24,79); }
td.TdClassName
{
border-color: #9F184F;
}
.TagClassName
{
border-color: #9F184F;
}
</style>