Shades of Lipstick #9F1D51
Tints of Lipstick #9F1D51
RGB
CMYK
RGB Variations
Color information
#9F1D51 (or 0x9F1D51) is known color: Lipstick. HEX triplet: 9F, 1D and 51. RGB value is (159,29,81). Sum of RGB (Red+Green+Blue) = 159+29+81=269 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.11% from 269); Green value is 29 (11.72% from 255 or 10.78% from 269); Blue value is 81 (32.03% from 255 or 30.11% from 269); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1D51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F1D51 is #60E2AE. Grayscale: #494949. Windows color (decimal): -6349487 or 5315999. OLE color: 5315999.
HSL color Cylindrical-coordinate representation of color #9F1D51: hue angle of 336º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9F1D51 is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 29 | 81 | - |
| CMYK | 0 | 0.82 | 0.49 | 0.38 |
| HSL | 336º | 0.69% | 0.37% | - |
| HSV(B) | 336º | 0.82% | 0.62% | - |
| XYZ | 16.22 | 8.84 | 8.64 | - |
| YUV | 73.8 | 132.07 | 188.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 29 | 81 | 0 | 0.82 | 0.49 | 0.38 | 336 | 0.69 | 0.37 |
| Hex | 9F | 1D | 51 | 0 | 52 | 31 | 26 | 150 | 45 | 25 |
| Octal | 237 | 35 | 121 | 0 | 122 | 61 | 46 | 520 | 105 | 45 |
| Binary | 10011111 | 11101 | 1010001 | 0 | 1010010 | 110001 | 100110 | 101010000 | 1000101 | 100101 |
Color Harmonies of #9F1D51
Complementary color
Monochromatic Colors of #9F1D51
Black with #9F1D51
Text Example
Text Example
White with #9F1D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1D51; }
p { color: rgb(159,29,81); }
H1.HeaderClassName
{
color: #9F1D51;
}
.AnyTagClassName
{
color: #9F1D51;
}
</style>
background-color css
<style>
a { background-color: #9F1D51; }
a { background-color: rgb(159,29,81); }
div.DivClassName
{
background-color: #9F1D51;
}
.BgClassName
{
background-color: #9F1D51;
}
</style>
border-color css
<style>
span { border-color: #9F1D51; }
span { border-color: rgb(159,29,81); }
td.TdClassName
{
border-color: #9F1D51;
}
.TagClassName
{
border-color: #9F1D51;
}
</style>