Shades of Lipstick #9F325D
Tints of Lipstick #9F325D
RGB
CMYK
RGB Variations
Color information
#9F325D (or 0x9F325D) is known color: Lipstick. HEX triplet: 9F, 32 and 5D. RGB value is (159,50,93). Sum of RGB (Red+Green+Blue) = 159+50+93=302 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.65% from 302); Green value is 50 (19.92% from 255 or 16.56% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 159 - color contains mainly: red. Hex color #9F325D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F325D is #60CDA2. Grayscale: #575757. Windows color (decimal): -6344099 or 6107807. OLE color: 6107807.
HSL color Cylindrical-coordinate representation of color #9F325D: hue angle of 336.33º 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 #9F325D is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 50 | 93 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.38 |
| HSL | 336.33º | 0.52% | 0.41% | - |
| HSV(B) | 336.33º | 0.69% | 0.62% | - |
| XYZ | 17.41 | 10.44 | 11.45 | - |
| YUV | 87.49 | 131.11 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 50 | 93 | 0 | 0.69 | 0.42 | 0.38 | 336.33 | 0.52 | 0.41 |
| Hex | 9F | 32 | 5D | 0 | 45 | 2A | 26 | 150 | 34 | 29 |
| Octal | 237 | 62 | 135 | 0 | 105 | 52 | 46 | 520 | 64 | 51 |
| Binary | 10011111 | 110010 | 1011101 | 0 | 1000101 | 101010 | 100110 | 101010000 | 110100 | 101001 |
Color Harmonies of #9F325D
Complementary color
Monochromatic Colors of #9F325D
Black with #9F325D
Text Example
Text Example
White with #9F325D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F325D; }
p { color: rgb(159,50,93); }
H1.HeaderClassName
{
color: #9F325D;
}
.AnyTagClassName
{
color: #9F325D;
}
</style>
background-color css
<style>
a { background-color: #9F325D; }
a { background-color: rgb(159,50,93); }
div.DivClassName
{
background-color: #9F325D;
}
.BgClassName
{
background-color: #9F325D;
}
</style>
border-color css
<style>
span { border-color: #9F325D; }
span { border-color: rgb(159,50,93); }
td.TdClassName
{
border-color: #9F325D;
}
.TagClassName
{
border-color: #9F325D;
}
</style>