Shades of Lipstick #9D1F51
Tints of Lipstick #9D1F51
RGB
CMYK
RGB Variations
Color information
#9D1F51 (or 0x9D1F51) is known color: Lipstick. HEX triplet: 9D, 1F and 51. RGB value is (157,31,81). Sum of RGB (Red+Green+Blue) = 157+31+81=269 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.36% from 269); Green value is 31 (12.5% from 255 or 11.52% from 269); Blue value is 81 (32.03% from 255 or 30.11% from 269); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1F51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D1F51 is #62E0AE. Grayscale: #4A4A4A. Windows color (decimal): -6480047 or 5316509. OLE color: 5316509.
HSL color Cylindrical-coordinate representation of color #9D1F51: hue angle of 336.19º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9D1F51 is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 31 | 81 | - |
| CMYK | 0 | 0.80 | 0.48 | 0.38 |
| HSL | 336.19º | 0.67% | 0.37% | - |
| HSV(B) | 336.19º | 0.8% | 0.62% | - |
| XYZ | 15.88 | 8.74 | 8.64 | - |
| YUV | 74.37 | 131.74 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 31 | 81 | 0 | 0.80 | 0.48 | 0.38 | 336.19 | 0.67 | 0.37 |
| Hex | 9D | 1F | 51 | 0 | 50 | 30 | 26 | 150 | 43 | 25 |
| Octal | 235 | 37 | 121 | 0 | 120 | 60 | 46 | 520 | 103 | 45 |
| Binary | 10011101 | 11111 | 1010001 | 0 | 1010000 | 110000 | 100110 | 101010000 | 1000011 | 100101 |
Color Harmonies of #9D1F51
Complementary color
Monochromatic Colors of #9D1F51
Black with #9D1F51
Text Example
Text Example
White with #9D1F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1F51; }
p { color: rgb(157,31,81); }
H1.HeaderClassName
{
color: #9D1F51;
}
.AnyTagClassName
{
color: #9D1F51;
}
</style>
background-color css
<style>
a { background-color: #9D1F51; }
a { background-color: rgb(157,31,81); }
div.DivClassName
{
background-color: #9D1F51;
}
.BgClassName
{
background-color: #9D1F51;
}
</style>
border-color css
<style>
span { border-color: #9D1F51; }
span { border-color: rgb(157,31,81); }
td.TdClassName
{
border-color: #9D1F51;
}
.TagClassName
{
border-color: #9D1F51;
}
</style>