Shades of Lipstick #9F2D56
Tints of Lipstick #9F2D56
RGB
CMYK
RGB Variations
Color information
#9F2D56 (or 0x9F2D56) is known color: Lipstick. HEX triplet: 9F, 2D and 56. RGB value is (159,45,86). Sum of RGB (Red+Green+Blue) = 159+45+86=290 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.83% from 290); Green value is 45 (17.97% from 255 or 15.52% from 290); Blue value is 86 (33.98% from 255 or 29.66% from 290); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2D56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2D56 is #60D2A9. Grayscale: #535353. Windows color (decimal): -6345386 or 5647775. OLE color: 5647775.
HSL color Cylindrical-coordinate representation of color #9F2D56: hue angle of 338.42º 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 #9F2D56 is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 45 | 86 | - |
| CMYK | 0 | 0.72 | 0.46 | 0.38 |
| HSL | 338.42º | 0.56% | 0.4% | - |
| HSV(B) | 338.42º | 0.72% | 0.62% | - |
| XYZ | 16.92 | 9.92 | 9.83 | - |
| YUV | 83.76 | 129.27 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 45 | 86 | 0 | 0.72 | 0.46 | 0.38 | 338.42 | 0.56 | 0.4 |
| Hex | 9F | 2D | 56 | 0 | 48 | 2E | 26 | 152 | 38 | 28 |
| Octal | 237 | 55 | 126 | 0 | 110 | 56 | 46 | 522 | 70 | 50 |
| Binary | 10011111 | 101101 | 1010110 | 0 | 1001000 | 101110 | 100110 | 101010010 | 111000 | 101000 |
Color Harmonies of #9F2D56
Complementary color
Monochromatic Colors of #9F2D56
Black with #9F2D56
Text Example
Text Example
White with #9F2D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2D56; }
p { color: rgb(159,45,86); }
H1.HeaderClassName
{
color: #9F2D56;
}
.AnyTagClassName
{
color: #9F2D56;
}
</style>
background-color css
<style>
a { background-color: #9F2D56; }
a { background-color: rgb(159,45,86); }
div.DivClassName
{
background-color: #9F2D56;
}
.BgClassName
{
background-color: #9F2D56;
}
</style>
border-color css
<style>
span { border-color: #9F2D56; }
span { border-color: rgb(159,45,86); }
td.TdClassName
{
border-color: #9F2D56;
}
.TagClassName
{
border-color: #9F2D56;
}
</style>