Shades of Lipstick #9F2955
Tints of Lipstick #9F2955
RGB
CMYK
RGB Variations
Color information
#9F2955 (or 0x9F2955) is known color: Lipstick. HEX triplet: 9F, 29 and 55. RGB value is (159,41,85). Sum of RGB (Red+Green+Blue) = 159+41+85=285 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.79% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 85 (33.59% from 255 or 29.82% from 285); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2955 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2955 is #60D6AA. Grayscale: #515151. Windows color (decimal): -6346411 or 5581215. OLE color: 5581215.
HSL color Cylindrical-coordinate representation of color #9F2955: hue angle of 337.63º degrees, saturation: 0.59, 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 #9F2955 is Cyan = 0, Magento = 0.74, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 41 | 85 | - |
| CMYK | 0 | 0.74 | 0.47 | 0.38 |
| HSL | 337.63º | 0.59% | 0.39% | - |
| HSV(B) | 337.63º | 0.74% | 0.62% | - |
| XYZ | 16.73 | 9.61 | 9.57 | - |
| YUV | 81.3 | 130.09 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 41 | 85 | 0 | 0.74 | 0.47 | 0.38 | 337.63 | 0.59 | 0.39 |
| Hex | 9F | 29 | 55 | 0 | 4A | 2F | 26 | 152 | 3B | 27 |
| Octal | 237 | 51 | 125 | 0 | 112 | 57 | 46 | 522 | 73 | 47 |
| Binary | 10011111 | 101001 | 1010101 | 0 | 1001010 | 101111 | 100110 | 101010010 | 111011 | 100111 |
Color Harmonies of #9F2955
Complementary color
Monochromatic Colors of #9F2955
Black with #9F2955
Text Example
Text Example
White with #9F2955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2955; }
p { color: rgb(159,41,85); }
H1.HeaderClassName
{
color: #9F2955;
}
.AnyTagClassName
{
color: #9F2955;
}
</style>
background-color css
<style>
a { background-color: #9F2955; }
a { background-color: rgb(159,41,85); }
div.DivClassName
{
background-color: #9F2955;
}
.BgClassName
{
background-color: #9F2955;
}
</style>
border-color css
<style>
span { border-color: #9F2955; }
span { border-color: rgb(159,41,85); }
td.TdClassName
{
border-color: #9F2955;
}
.TagClassName
{
border-color: #9F2955;
}
</style>