Shades of Lipstick #9F284D
Tints of Lipstick #9F284D
RGB
CMYK
RGB Variations
Color information
#9F284D (or 0x9F284D) is known color: Lipstick. HEX triplet: 9F, 28 and 4D. RGB value is (159,40,77). Sum of RGB (Red+Green+Blue) = 159+40+77=276 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.61% from 276); Green value is 40 (16.02% from 255 or 14.49% from 276); Blue value is 77 (30.47% from 255 or 27.90% from 276); Max value from RGB is 159 - color contains mainly: red. Hex color #9F284D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F284D is #60D7B2. Grayscale: #4F4F4F. Windows color (decimal): -6346675 or 5056671. OLE color: 5056671.
HSL color Cylindrical-coordinate representation of color #9F284D: hue angle of 341.34º 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 #9F284D is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 40 | 77 | - |
| CMYK | 0 | 0.75 | 0.52 | 0.38 |
| HSL | 341.34º | 0.6% | 0.39% | - |
| HSV(B) | 341.34º | 0.75% | 0.62% | - |
| XYZ | 16.4 | 9.42 | 7.98 | - |
| YUV | 79.8 | 126.42 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 40 | 77 | 0 | 0.75 | 0.52 | 0.38 | 341.34 | 0.6 | 0.39 |
| Hex | 9F | 28 | 4D | 0 | 4B | 34 | 26 | 155 | 3C | 27 |
| Octal | 237 | 50 | 115 | 0 | 113 | 64 | 46 | 525 | 74 | 47 |
| Binary | 10011111 | 101000 | 1001101 | 0 | 1001011 | 110100 | 100110 | 101010101 | 111100 | 100111 |
Color Harmonies of #9F284D
Complementary color
Monochromatic Colors of #9F284D
Black with #9F284D
Text Example
Text Example
White with #9F284D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F284D; }
p { color: rgb(159,40,77); }
H1.HeaderClassName
{
color: #9F284D;
}
.AnyTagClassName
{
color: #9F284D;
}
</style>
background-color css
<style>
a { background-color: #9F284D; }
a { background-color: rgb(159,40,77); }
div.DivClassName
{
background-color: #9F284D;
}
.BgClassName
{
background-color: #9F284D;
}
</style>
border-color css
<style>
span { border-color: #9F284D; }
span { border-color: rgb(159,40,77); }
td.TdClassName
{
border-color: #9F284D;
}
.TagClassName
{
border-color: #9F284D;
}
</style>