Shades of Lipstick #9F224C
Tints of Lipstick #9F224C
RGB
CMYK
RGB Variations
Color information
#9F224C (or 0x9F224C) is known color: Lipstick. HEX triplet: 9F, 22 and 4C. RGB value is (159,34,76). Sum of RGB (Red+Green+Blue) = 159+34+76=269 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.11% from 269); Green value is 34 (13.67% from 255 or 12.64% from 269); Blue value is 76 (30.08% from 255 or 28.25% from 269); Max value from RGB is 159 - color contains mainly: red. Hex color #9F224C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F224C is #60DDB3. Grayscale: #4C4C4C. Windows color (decimal): -6348212 or 4989599. OLE color: 4989599.
HSL color Cylindrical-coordinate representation of color #9F224C: hue angle of 339.84º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9F224C is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 34 | 76 | - |
| CMYK | 0 | 0.79 | 0.52 | 0.38 |
| HSL | 339.84º | 0.65% | 0.38% | - |
| HSV(B) | 339.84º | 0.79% | 0.62% | - |
| XYZ | 16.17 | 9.04 | 7.73 | - |
| YUV | 76.16 | 127.91 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 34 | 76 | 0 | 0.79 | 0.52 | 0.38 | 339.84 | 0.65 | 0.38 |
| Hex | 9F | 22 | 4C | 0 | 4F | 34 | 26 | 154 | 41 | 26 |
| Octal | 237 | 42 | 114 | 0 | 117 | 64 | 46 | 524 | 101 | 46 |
| Binary | 10011111 | 100010 | 1001100 | 0 | 1001111 | 110100 | 100110 | 101010100 | 1000001 | 100110 |
Color Harmonies of #9F224C
Complementary color
Monochromatic Colors of #9F224C
Black with #9F224C
Text Example
Text Example
White with #9F224C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F224C; }
p { color: rgb(159,34,76); }
H1.HeaderClassName
{
color: #9F224C;
}
.AnyTagClassName
{
color: #9F224C;
}
</style>
background-color css
<style>
a { background-color: #9F224C; }
a { background-color: rgb(159,34,76); }
div.DivClassName
{
background-color: #9F224C;
}
.BgClassName
{
background-color: #9F224C;
}
</style>
border-color css
<style>
span { border-color: #9F224C; }
span { border-color: rgb(159,34,76); }
td.TdClassName
{
border-color: #9F224C;
}
.TagClassName
{
border-color: #9F224C;
}
</style>