Shades of Lipstick #9D2F48
Tints of Lipstick #9D2F48
RGB
CMYK
RGB Variations
Color information
#9D2F48 (or 0x9D2F48) is known color: Lipstick. HEX triplet: 9D, 2F and 48. RGB value is (157,47,72). Sum of RGB (Red+Green+Blue) = 157+47+72=276 (36% of max value = 765). Red value is 157 (61.72% from 255 or 56.88% from 276); Green value is 47 (18.75% from 255 or 17.03% from 276); Blue value is 72 (28.52% from 255 or 26.09% from 276); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2F48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2F48 is #62D0B7. Grayscale: #525252. Windows color (decimal): -6475960 or 4730781. OLE color: 4730781.
HSL color Cylindrical-coordinate representation of color #9D2F48: hue angle of 346.36º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9D2F48 is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 47 | 72 | - |
| CMYK | 0 | 0.70 | 0.54 | 0.38 |
| HSL | 346.36º | 0.54% | 0.4% | - |
| HSV(B) | 346.36º | 0.7% | 0.62% | - |
| XYZ | 16.09 | 9.67 | 7.15 | - |
| YUV | 82.74 | 121.94 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 47 | 72 | 0 | 0.70 | 0.54 | 0.38 | 346.36 | 0.54 | 0.4 |
| Hex | 9D | 2F | 48 | 0 | 46 | 36 | 26 | 15A | 36 | 28 |
| Octal | 235 | 57 | 110 | 0 | 106 | 66 | 46 | 532 | 66 | 50 |
| Binary | 10011101 | 101111 | 1001000 | 0 | 1000110 | 110110 | 100110 | 101011010 | 110110 | 101000 |
Color Harmonies of #9D2F48
Complementary color
Monochromatic Colors of #9D2F48
Black with #9D2F48
Text Example
Text Example
White with #9D2F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2F48; }
p { color: rgb(157,47,72); }
H1.HeaderClassName
{
color: #9D2F48;
}
.AnyTagClassName
{
color: #9D2F48;
}
</style>
background-color css
<style>
a { background-color: #9D2F48; }
a { background-color: rgb(157,47,72); }
div.DivClassName
{
background-color: #9D2F48;
}
.BgClassName
{
background-color: #9D2F48;
}
</style>
border-color css
<style>
span { border-color: #9D2F48; }
span { border-color: rgb(157,47,72); }
td.TdClassName
{
border-color: #9D2F48;
}
.TagClassName
{
border-color: #9D2F48;
}
</style>