Shades of Lipstick #9F1F51
Tints of Lipstick #9F1F51
RGB
CMYK
RGB Variations
Color information
#9F1F51 (or 0x9F1F51) is known color: Lipstick. HEX triplet: 9F, 1F and 51. RGB value is (159,31,81). Sum of RGB (Red+Green+Blue) = 159+31+81=271 (35% of max value = 765). Red value is 159 (62.5% from 255 or 58.67% from 271); Green value is 31 (12.5% from 255 or 11.44% from 271); Blue value is 81 (32.03% from 255 or 29.89% from 271); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1F51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F1F51 is #60E0AE. Grayscale: #4A4A4A. Windows color (decimal): -6348975 or 5316511. OLE color: 5316511.
HSL color Cylindrical-coordinate representation of color #9F1F51: hue angle of 336.56º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F1F51 is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 31 | 81 | - |
| CMYK | 0 | 0.81 | 0.49 | 0.38 |
| HSL | 336.56º | 0.67% | 0.37% | - |
| HSV(B) | 336.56º | 0.81% | 0.62% | - |
| XYZ | 16.27 | 8.94 | 8.65 | - |
| YUV | 74.97 | 131.41 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 31 | 81 | 0 | 0.81 | 0.49 | 0.38 | 336.56 | 0.67 | 0.37 |
| Hex | 9F | 1F | 51 | 0 | 51 | 31 | 26 | 151 | 43 | 25 |
| Octal | 237 | 37 | 121 | 0 | 121 | 61 | 46 | 521 | 103 | 45 |
| Binary | 10011111 | 11111 | 1010001 | 0 | 1010001 | 110001 | 100110 | 101010001 | 1000011 | 100101 |
Color Harmonies of #9F1F51
Complementary color
Monochromatic Colors of #9F1F51
Black with #9F1F51
Text Example
Text Example
White with #9F1F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1F51; }
p { color: rgb(159,31,81); }
H1.HeaderClassName
{
color: #9F1F51;
}
.AnyTagClassName
{
color: #9F1F51;
}
</style>
background-color css
<style>
a { background-color: #9F1F51; }
a { background-color: rgb(159,31,81); }
div.DivClassName
{
background-color: #9F1F51;
}
.BgClassName
{
background-color: #9F1F51;
}
</style>
border-color css
<style>
span { border-color: #9F1F51; }
span { border-color: rgb(159,31,81); }
td.TdClassName
{
border-color: #9F1F51;
}
.TagClassName
{
border-color: #9F1F51;
}
</style>