Shades of Lipstick #9F244D
Tints of Lipstick #9F244D
RGB
CMYK
RGB Variations
Color information
#9F244D (or 0x9F244D) is known color: Lipstick. HEX triplet: 9F, 24 and 4D. RGB value is (159,36,77). Sum of RGB (Red+Green+Blue) = 159+36+77=272 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.46% from 272); Green value is 36 (14.45% from 255 or 13.24% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 159 - color contains mainly: red. Hex color #9F244D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F244D is #60DBB2. Grayscale: #4D4D4D. Windows color (decimal): -6347699 or 5055647. OLE color: 5055647.
HSL color Cylindrical-coordinate representation of color #9F244D: hue angle of 340º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9F244D is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 36 | 77 | - |
| CMYK | 0 | 0.77 | 0.52 | 0.38 |
| HSL | 340º | 0.63% | 0.38% | - |
| HSV(B) | 340º | 0.77% | 0.62% | - |
| XYZ | 16.27 | 9.17 | 7.93 | - |
| YUV | 77.45 | 127.75 | 186.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 36 | 77 | 0 | 0.77 | 0.52 | 0.38 | 340 | 0.63 | 0.38 |
| Hex | 9F | 24 | 4D | 0 | 4D | 34 | 26 | 154 | 3F | 26 |
| Octal | 237 | 44 | 115 | 0 | 115 | 64 | 46 | 524 | 77 | 46 |
| Binary | 10011111 | 100100 | 1001101 | 0 | 1001101 | 110100 | 100110 | 101010100 | 111111 | 100110 |
Color Harmonies of #9F244D
Complementary color
Monochromatic Colors of #9F244D
Black with #9F244D
Text Example
Text Example
White with #9F244D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F244D; }
p { color: rgb(159,36,77); }
H1.HeaderClassName
{
color: #9F244D;
}
.AnyTagClassName
{
color: #9F244D;
}
</style>
background-color css
<style>
a { background-color: #9F244D; }
a { background-color: rgb(159,36,77); }
div.DivClassName
{
background-color: #9F244D;
}
.BgClassName
{
background-color: #9F244D;
}
</style>
border-color css
<style>
span { border-color: #9F244D; }
span { border-color: rgb(159,36,77); }
td.TdClassName
{
border-color: #9F244D;
}
.TagClassName
{
border-color: #9F244D;
}
</style>