Shades of Lipstick #9F3150
Tints of Lipstick #9F3150
RGB
CMYK
RGB Variations
Color information
#9F3150 (or 0x9F3150) is known color: Lipstick. HEX triplet: 9F, 31 and 50. RGB value is (159,49,80). Sum of RGB (Red+Green+Blue) = 159+49+80=288 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.21% from 288); Green value is 49 (19.53% from 255 or 17.01% from 288); Blue value is 80 (31.64% from 255 or 27.78% from 288); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3150 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3150 is #60CEAF. Grayscale: #555555. Windows color (decimal): -6344368 or 5255583. OLE color: 5255583.
HSL color Cylindrical-coordinate representation of color #9F3150: hue angle of 343.09º degrees, saturation: 0.53, 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 #9F3150 is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 49 | 80 | - |
| CMYK | 0 | 0.69 | 0.50 | 0.38 |
| HSL | 343.09º | 0.53% | 0.41% | - |
| HSV(B) | 343.09º | 0.69% | 0.62% | - |
| XYZ | 16.84 | 10.15 | 8.66 | - |
| YUV | 85.42 | 124.94 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 49 | 80 | 0 | 0.69 | 0.50 | 0.38 | 343.09 | 0.53 | 0.41 |
| Hex | 9F | 31 | 50 | 0 | 45 | 32 | 26 | 157 | 35 | 29 |
| Octal | 237 | 61 | 120 | 0 | 105 | 62 | 46 | 527 | 65 | 51 |
| Binary | 10011111 | 110001 | 1010000 | 0 | 1000101 | 110010 | 100110 | 101010111 | 110101 | 101001 |
Color Harmonies of #9F3150
Complementary color
Monochromatic Colors of #9F3150
Black with #9F3150
Text Example
Text Example
White with #9F3150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3150; }
p { color: rgb(159,49,80); }
H1.HeaderClassName
{
color: #9F3150;
}
.AnyTagClassName
{
color: #9F3150;
}
</style>
background-color css
<style>
a { background-color: #9F3150; }
a { background-color: rgb(159,49,80); }
div.DivClassName
{
background-color: #9F3150;
}
.BgClassName
{
background-color: #9F3150;
}
</style>
border-color css
<style>
span { border-color: #9F3150; }
span { border-color: rgb(159,49,80); }
td.TdClassName
{
border-color: #9F3150;
}
.TagClassName
{
border-color: #9F3150;
}
</style>