Shades of Lipstick #9F335F
Tints of Lipstick #9F335F
RGB
CMYK
RGB Variations
Color information
#9F335F (or 0x9F335F) is known color: Lipstick. HEX triplet: 9F, 33 and 5F. RGB value is (159,51,95). Sum of RGB (Red+Green+Blue) = 159+51+95=305 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.13% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 95 (37.5% from 255 or 31.15% from 305); Max value from RGB is 159 - color contains mainly: red. Hex color #9F335F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F335F is #60CCA0. Grayscale: #585858. Windows color (decimal): -6343841 or 6239135. OLE color: 6239135.
HSL color Cylindrical-coordinate representation of color #9F335F: hue angle of 335.56º 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 #9F335F is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 51 | 95 | - |
| CMYK | 0 | 0.68 | 0.40 | 0.38 |
| HSL | 335.56º | 0.51% | 0.41% | - |
| HSV(B) | 335.56º | 0.68% | 0.62% | - |
| XYZ | 17.55 | 10.56 | 11.94 | - |
| YUV | 88.31 | 131.78 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 51 | 95 | 0 | 0.68 | 0.40 | 0.38 | 335.56 | 0.51 | 0.41 |
| Hex | 9F | 33 | 5F | 0 | 44 | 28 | 26 | 150 | 33 | 29 |
| Octal | 237 | 63 | 137 | 0 | 104 | 50 | 46 | 520 | 63 | 51 |
| Binary | 10011111 | 110011 | 1011111 | 0 | 1000100 | 101000 | 100110 | 101010000 | 110011 | 101001 |
Color Harmonies of #9F335F
Complementary color
Monochromatic Colors of #9F335F
Black with #9F335F
Text Example
Text Example
White with #9F335F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F335F; }
p { color: rgb(159,51,95); }
H1.HeaderClassName
{
color: #9F335F;
}
.AnyTagClassName
{
color: #9F335F;
}
</style>
background-color css
<style>
a { background-color: #9F335F; }
a { background-color: rgb(159,51,95); }
div.DivClassName
{
background-color: #9F335F;
}
.BgClassName
{
background-color: #9F335F;
}
</style>
border-color css
<style>
span { border-color: #9F335F; }
span { border-color: rgb(159,51,95); }
td.TdClassName
{
border-color: #9F335F;
}
.TagClassName
{
border-color: #9F335F;
}
</style>