Shades of Lipstick #9F325E
Tints of Lipstick #9F325E
RGB
CMYK
RGB Variations
Color information
#9F325E (or 0x9F325E) is known color: Lipstick. HEX triplet: 9F, 32 and 5E. RGB value is (159,50,94). Sum of RGB (Red+Green+Blue) = 159+50+94=303 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.48% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 159 - color contains mainly: red. Hex color #9F325E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F325E is #60CDA1. Grayscale: #575757. Windows color (decimal): -6344098 or 6173343. OLE color: 6173343.
HSL color Cylindrical-coordinate representation of color #9F325E: hue angle of 335.78º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9F325E is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 50 | 94 | - |
| CMYK | 0 | 0.69 | 0.41 | 0.38 |
| HSL | 335.78º | 0.52% | 0.41% | - |
| HSV(B) | 335.78º | 0.69% | 0.62% | - |
| XYZ | 17.46 | 10.46 | 11.69 | - |
| YUV | 87.61 | 131.61 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 50 | 94 | 0 | 0.69 | 0.41 | 0.38 | 335.78 | 0.52 | 0.41 |
| Hex | 9F | 32 | 5E | 0 | 45 | 29 | 26 | 150 | 34 | 29 |
| Octal | 237 | 62 | 136 | 0 | 105 | 51 | 46 | 520 | 64 | 51 |
| Binary | 10011111 | 110010 | 1011110 | 0 | 1000101 | 101001 | 100110 | 101010000 | 110100 | 101001 |
Color Harmonies of #9F325E
Complementary color
Monochromatic Colors of #9F325E
Black with #9F325E
Text Example
Text Example
White with #9F325E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F325E; }
p { color: rgb(159,50,94); }
H1.HeaderClassName
{
color: #9F325E;
}
.AnyTagClassName
{
color: #9F325E;
}
</style>
background-color css
<style>
a { background-color: #9F325E; }
a { background-color: rgb(159,50,94); }
div.DivClassName
{
background-color: #9F325E;
}
.BgClassName
{
background-color: #9F325E;
}
</style>
border-color css
<style>
span { border-color: #9F325E; }
span { border-color: rgb(159,50,94); }
td.TdClassName
{
border-color: #9F325E;
}
.TagClassName
{
border-color: #9F325E;
}
</style>