Shades of Lipstick #9F2A56
Tints of Lipstick #9F2A56
RGB
CMYK
RGB Variations
Color information
#9F2A56 (or 0x9F2A56) is known color: Lipstick. HEX triplet: 9F, 2A and 56. RGB value is (159,42,86). Sum of RGB (Red+Green+Blue) = 159+42+86=287 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.40% from 287); Green value is 42 (16.80% from 255 or 14.63% from 287); Blue value is 86 (33.98% from 255 or 29.97% from 287); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2A56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2A56 is #60D5A9. Grayscale: #515151. Windows color (decimal): -6346154 or 5647007. OLE color: 5647007.
HSL color Cylindrical-coordinate representation of color #9F2A56: hue angle of 337.44º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9F2A56 is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 42 | 86 | - |
| CMYK | 0 | 0.74 | 0.46 | 0.38 |
| HSL | 337.44º | 0.58% | 0.39% | - |
| HSV(B) | 337.44º | 0.74% | 0.62% | - |
| XYZ | 16.81 | 9.7 | 9.79 | - |
| YUV | 82 | 130.26 | 182.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 42 | 86 | 0 | 0.74 | 0.46 | 0.38 | 337.44 | 0.58 | 0.39 |
| Hex | 9F | 2A | 56 | 0 | 4A | 2E | 26 | 151 | 3A | 27 |
| Octal | 237 | 52 | 126 | 0 | 112 | 56 | 46 | 521 | 72 | 47 |
| Binary | 10011111 | 101010 | 1010110 | 0 | 1001010 | 101110 | 100110 | 101010001 | 111010 | 100111 |
Color Harmonies of #9F2A56
Complementary color
Monochromatic Colors of #9F2A56
Black with #9F2A56
Text Example
Text Example
White with #9F2A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2A56; }
p { color: rgb(159,42,86); }
H1.HeaderClassName
{
color: #9F2A56;
}
.AnyTagClassName
{
color: #9F2A56;
}
</style>
background-color css
<style>
a { background-color: #9F2A56; }
a { background-color: rgb(159,42,86); }
div.DivClassName
{
background-color: #9F2A56;
}
.BgClassName
{
background-color: #9F2A56;
}
</style>
border-color css
<style>
span { border-color: #9F2A56; }
span { border-color: rgb(159,42,86); }
td.TdClassName
{
border-color: #9F2A56;
}
.TagClassName
{
border-color: #9F2A56;
}
</style>