Shades of Lipstick #9F2D54
Tints of Lipstick #9F2D54
RGB
CMYK
RGB Variations
Color information
#9F2D54 (or 0x9F2D54) is known color: Lipstick. HEX triplet: 9F, 2D and 54. RGB value is (159,45,84). Sum of RGB (Red+Green+Blue) = 159+45+84=288 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.21% from 288); Green value is 45 (17.97% from 255 or 15.62% from 288); Blue value is 84 (33.20% from 255 or 29.17% from 288); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2D54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2D54 is #60D2AB. Grayscale: #535353. Windows color (decimal): -6345388 or 5516703. OLE color: 5516703.
HSL color Cylindrical-coordinate representation of color #9F2D54: hue angle of 339.47º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9F2D54 is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 45 | 84 | - |
| CMYK | 0 | 0.72 | 0.47 | 0.38 |
| HSL | 339.47º | 0.56% | 0.4% | - |
| HSV(B) | 339.47º | 0.72% | 0.62% | - |
| XYZ | 16.84 | 9.89 | 9.41 | - |
| YUV | 83.53 | 128.27 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 45 | 84 | 0 | 0.72 | 0.47 | 0.38 | 339.47 | 0.56 | 0.4 |
| Hex | 9F | 2D | 54 | 0 | 48 | 2F | 26 | 153 | 38 | 28 |
| Octal | 237 | 55 | 124 | 0 | 110 | 57 | 46 | 523 | 70 | 50 |
| Binary | 10011111 | 101101 | 1010100 | 0 | 1001000 | 101111 | 100110 | 101010011 | 111000 | 101000 |
Color Harmonies of #9F2D54
Complementary color
Monochromatic Colors of #9F2D54
Black with #9F2D54
Text Example
Text Example
White with #9F2D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2D54; }
p { color: rgb(159,45,84); }
H1.HeaderClassName
{
color: #9F2D54;
}
.AnyTagClassName
{
color: #9F2D54;
}
</style>
background-color css
<style>
a { background-color: #9F2D54; }
a { background-color: rgb(159,45,84); }
div.DivClassName
{
background-color: #9F2D54;
}
.BgClassName
{
background-color: #9F2D54;
}
</style>
border-color css
<style>
span { border-color: #9F2D54; }
span { border-color: rgb(159,45,84); }
td.TdClassName
{
border-color: #9F2D54;
}
.TagClassName
{
border-color: #9F2D54;
}
</style>