Shades of Lipstick #9F3253
Tints of Lipstick #9F3253
RGB
CMYK
RGB Variations
Color information
#9F3253 (or 0x9F3253) is known color: Lipstick. HEX triplet: 9F, 32 and 53. RGB value is (159,50,83). Sum of RGB (Red+Green+Blue) = 159+50+83=292 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.45% from 292); Green value is 50 (19.92% from 255 or 17.12% from 292); Blue value is 83 (32.81% from 255 or 28.42% from 292); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3253 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3253 is #60CDAC. Grayscale: #565656. Windows color (decimal): -6344109 or 5452447. OLE color: 5452447.
HSL color Cylindrical-coordinate representation of color #9F3253: hue angle of 341.83º 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 #9F3253 is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 50 | 83 | - |
| CMYK | 0 | 0.69 | 0.48 | 0.38 |
| HSL | 341.83º | 0.52% | 0.41% | - |
| HSV(B) | 341.83º | 0.69% | 0.62% | - |
| XYZ | 17 | 10.28 | 9.27 | - |
| YUV | 86.35 | 126.11 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 50 | 83 | 0 | 0.69 | 0.48 | 0.38 | 341.83 | 0.52 | 0.41 |
| Hex | 9F | 32 | 53 | 0 | 45 | 30 | 26 | 156 | 34 | 29 |
| Octal | 237 | 62 | 123 | 0 | 105 | 60 | 46 | 526 | 64 | 51 |
| Binary | 10011111 | 110010 | 1010011 | 0 | 1000101 | 110000 | 100110 | 101010110 | 110100 | 101001 |
Color Harmonies of #9F3253
Complementary color
Monochromatic Colors of #9F3253
Black with #9F3253
Text Example
Text Example
White with #9F3253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3253; }
p { color: rgb(159,50,83); }
H1.HeaderClassName
{
color: #9F3253;
}
.AnyTagClassName
{
color: #9F3253;
}
</style>
background-color css
<style>
a { background-color: #9F3253; }
a { background-color: rgb(159,50,83); }
div.DivClassName
{
background-color: #9F3253;
}
.BgClassName
{
background-color: #9F3253;
}
</style>
border-color css
<style>
span { border-color: #9F3253; }
span { border-color: rgb(159,50,83); }
td.TdClassName
{
border-color: #9F3253;
}
.TagClassName
{
border-color: #9F3253;
}
</style>