Shades of Lipstick #9F3355
Tints of Lipstick #9F3355
RGB
CMYK
RGB Variations
Color information
#9F3355 (or 0x9F3355) is known color: Lipstick. HEX triplet: 9F, 33 and 55. RGB value is (159,51,85). Sum of RGB (Red+Green+Blue) = 159+51+85=295 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.90% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3355 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3355 is #60CCAA. Grayscale: #575757. Windows color (decimal): -6343851 or 5583775. OLE color: 5583775.
HSL color Cylindrical-coordinate representation of color #9F3355: hue angle of 341.11º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9F3355 is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 51 | 85 | - |
| CMYK | 0 | 0.68 | 0.47 | 0.38 |
| HSL | 341.11º | 0.51% | 0.41% | - |
| HSV(B) | 341.11º | 0.68% | 0.62% | - |
| XYZ | 17.12 | 10.39 | 9.7 | - |
| YUV | 87.17 | 126.78 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 51 | 85 | 0 | 0.68 | 0.47 | 0.38 | 341.11 | 0.51 | 0.41 |
| Hex | 9F | 33 | 55 | 0 | 44 | 2F | 26 | 155 | 33 | 29 |
| Octal | 237 | 63 | 125 | 0 | 104 | 57 | 46 | 525 | 63 | 51 |
| Binary | 10011111 | 110011 | 1010101 | 0 | 1000100 | 101111 | 100110 | 101010101 | 110011 | 101001 |
Color Harmonies of #9F3355
Complementary color
Monochromatic Colors of #9F3355
Black with #9F3355
Text Example
Text Example
White with #9F3355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3355; }
p { color: rgb(159,51,85); }
H1.HeaderClassName
{
color: #9F3355;
}
.AnyTagClassName
{
color: #9F3355;
}
</style>
background-color css
<style>
a { background-color: #9F3355; }
a { background-color: rgb(159,51,85); }
div.DivClassName
{
background-color: #9F3355;
}
.BgClassName
{
background-color: #9F3355;
}
</style>
border-color css
<style>
span { border-color: #9F3355; }
span { border-color: rgb(159,51,85); }
td.TdClassName
{
border-color: #9F3355;
}
.TagClassName
{
border-color: #9F3355;
}
</style>