Shades of Lipstick #9F284E
Tints of Lipstick #9F284E
RGB
CMYK
RGB Variations
Color information
#9F284E (or 0x9F284E) is known color: Lipstick. HEX triplet: 9F, 28 and 4E. RGB value is (159,40,78). Sum of RGB (Red+Green+Blue) = 159+40+78=277 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.40% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 78 (30.86% from 255 or 28.16% from 277); Max value from RGB is 159 - color contains mainly: red. Hex color #9F284E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F284E is #60D7B1. Grayscale: #4F4F4F. Windows color (decimal): -6346674 or 5122207. OLE color: 5122207.
HSL color Cylindrical-coordinate representation of color #9F284E: hue angle of 340.84º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9F284E is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 40 | 78 | - |
| CMYK | 0 | 0.75 | 0.51 | 0.38 |
| HSL | 340.84º | 0.6% | 0.39% | - |
| HSV(B) | 340.84º | 0.75% | 0.62% | - |
| XYZ | 16.43 | 9.44 | 8.16 | - |
| YUV | 79.91 | 126.92 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 40 | 78 | 0 | 0.75 | 0.51 | 0.38 | 340.84 | 0.6 | 0.39 |
| Hex | 9F | 28 | 4E | 0 | 4B | 33 | 26 | 155 | 3C | 27 |
| Octal | 237 | 50 | 116 | 0 | 113 | 63 | 46 | 525 | 74 | 47 |
| Binary | 10011111 | 101000 | 1001110 | 0 | 1001011 | 110011 | 100110 | 101010101 | 111100 | 100111 |
Color Harmonies of #9F284E
Complementary color
Monochromatic Colors of #9F284E
Black with #9F284E
Text Example
Text Example
White with #9F284E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F284E; }
p { color: rgb(159,40,78); }
H1.HeaderClassName
{
color: #9F284E;
}
.AnyTagClassName
{
color: #9F284E;
}
</style>
background-color css
<style>
a { background-color: #9F284E; }
a { background-color: rgb(159,40,78); }
div.DivClassName
{
background-color: #9F284E;
}
.BgClassName
{
background-color: #9F284E;
}
</style>
border-color css
<style>
span { border-color: #9F284E; }
span { border-color: rgb(159,40,78); }
td.TdClassName
{
border-color: #9F284E;
}
.TagClassName
{
border-color: #9F284E;
}
</style>