Shades of Lipstick #9F184A
Tints of Lipstick #9F184A
RGB
CMYK
RGB Variations
Color information
#9F184A (or 0x9F184A) is known color: Lipstick. HEX triplet: 9F, 18 and 4A. RGB value is (159,24,74). Sum of RGB (Red+Green+Blue) = 159+24+74=257 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.87% from 257); Green value is 24 (9.77% from 255 or 9.34% from 257); Blue value is 74 (29.30% from 255 or 28.79% from 257); Max value from RGB is 159 - color contains mainly: red. Hex color #9F184A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F184A is #60E7B5. Grayscale: #464646. Windows color (decimal): -6350774 or 4855967. OLE color: 4855967.
HSL color Cylindrical-coordinate representation of color #9F184A: hue angle of 337.78º 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 #9F184A is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 24 | 74 | - |
| CMYK | 0 | 0.85 | 0.53 | 0.38 |
| HSL | 337.78º | 0.74% | 0.36% | - |
| HSV(B) | 337.78º | 0.85% | 0.62% | - |
| XYZ | 15.86 | 8.52 | 7.29 | - |
| YUV | 70.07 | 130.23 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 24 | 74 | 0 | 0.85 | 0.53 | 0.38 | 337.78 | 0.74 | 0.36 |
| Hex | 9F | 18 | 4A | 0 | 55 | 35 | 26 | 152 | 4A | 24 |
| Octal | 237 | 30 | 112 | 0 | 125 | 65 | 46 | 522 | 112 | 44 |
| Binary | 10011111 | 11000 | 1001010 | 0 | 1010101 | 110101 | 100110 | 101010010 | 1001010 | 100100 |
Color Harmonies of #9F184A
Complementary color
Monochromatic Colors of #9F184A
Black with #9F184A
Text Example
Text Example
White with #9F184A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F184A; }
p { color: rgb(159,24,74); }
H1.HeaderClassName
{
color: #9F184A;
}
.AnyTagClassName
{
color: #9F184A;
}
</style>
background-color css
<style>
a { background-color: #9F184A; }
a { background-color: rgb(159,24,74); }
div.DivClassName
{
background-color: #9F184A;
}
.BgClassName
{
background-color: #9F184A;
}
</style>
border-color css
<style>
span { border-color: #9F184A; }
span { border-color: rgb(159,24,74); }
td.TdClassName
{
border-color: #9F184A;
}
.TagClassName
{
border-color: #9F184A;
}
</style>