Shades of Lipstick #9F284C
Tints of Lipstick #9F284C
RGB
CMYK
RGB Variations
Color information
#9F284C (or 0x9F284C) is known color: Lipstick. HEX triplet: 9F, 28 and 4C. RGB value is (159,40,76). Sum of RGB (Red+Green+Blue) = 159+40+76=275 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.82% from 275); Green value is 40 (16.02% from 255 or 14.55% from 275); Blue value is 76 (30.08% from 255 or 27.64% from 275); Max value from RGB is 159 - color contains mainly: red. Hex color #9F284C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F284C is #60D7B3. Grayscale: #4F4F4F. Windows color (decimal): -6346676 or 4991135. OLE color: 4991135.
HSL color Cylindrical-coordinate representation of color #9F284C: hue angle of 341.85º 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 #9F284C is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 40 | 76 | - |
| CMYK | 0 | 0.75 | 0.52 | 0.38 |
| HSL | 341.85º | 0.6% | 0.39% | - |
| HSV(B) | 341.85º | 0.75% | 0.62% | - |
| XYZ | 16.36 | 9.41 | 7.79 | - |
| YUV | 79.69 | 125.92 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 40 | 76 | 0 | 0.75 | 0.52 | 0.38 | 341.85 | 0.6 | 0.39 |
| Hex | 9F | 28 | 4C | 0 | 4B | 34 | 26 | 156 | 3C | 27 |
| Octal | 237 | 50 | 114 | 0 | 113 | 64 | 46 | 526 | 74 | 47 |
| Binary | 10011111 | 101000 | 1001100 | 0 | 1001011 | 110100 | 100110 | 101010110 | 111100 | 100111 |
Color Harmonies of #9F284C
Complementary color
Monochromatic Colors of #9F284C
Black with #9F284C
Text Example
Text Example
White with #9F284C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F284C; }
p { color: rgb(159,40,76); }
H1.HeaderClassName
{
color: #9F284C;
}
.AnyTagClassName
{
color: #9F284C;
}
</style>
background-color css
<style>
a { background-color: #9F284C; }
a { background-color: rgb(159,40,76); }
div.DivClassName
{
background-color: #9F284C;
}
.BgClassName
{
background-color: #9F284C;
}
</style>
border-color css
<style>
span { border-color: #9F284C; }
span { border-color: rgb(159,40,76); }
td.TdClassName
{
border-color: #9F284C;
}
.TagClassName
{
border-color: #9F284C;
}
</style>