Shades of Lipstick #9D304D
Tints of Lipstick #9D304D
RGB
CMYK
RGB Variations
Color information
#9D304D (or 0x9D304D) is known color: Lipstick. HEX triplet: 9D, 30 and 4D. RGB value is (157,48,77). Sum of RGB (Red+Green+Blue) = 157+48+77=282 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.67% from 282); Green value is 48 (19.14% from 255 or 17.02% from 282); Blue value is 77 (30.47% from 255 or 27.30% from 282); Max value from RGB is 157 - color contains mainly: red. Hex color #9D304D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D304D is #62CFB2. Grayscale: #535353. Windows color (decimal): -6475699 or 5058717. OLE color: 5058717.
HSL color Cylindrical-coordinate representation of color #9D304D: hue angle of 344.04º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9D304D is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 48 | 77 | - |
| CMYK | 0 | 0.69 | 0.51 | 0.38 |
| HSL | 344.04º | 0.53% | 0.4% | - |
| HSV(B) | 344.04º | 0.69% | 0.62% | - |
| XYZ | 16.3 | 9.82 | 8.06 | - |
| YUV | 83.9 | 124.11 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 48 | 77 | 0 | 0.69 | 0.51 | 0.38 | 344.04 | 0.53 | 0.4 |
| Hex | 9D | 30 | 4D | 0 | 45 | 33 | 26 | 158 | 35 | 28 |
| Octal | 235 | 60 | 115 | 0 | 105 | 63 | 46 | 530 | 65 | 50 |
| Binary | 10011101 | 110000 | 1001101 | 0 | 1000101 | 110011 | 100110 | 101011000 | 110101 | 101000 |
Color Harmonies of #9D304D
Complementary color
Monochromatic Colors of #9D304D
Black with #9D304D
Text Example
Text Example
White with #9D304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D304D; }
p { color: rgb(157,48,77); }
H1.HeaderClassName
{
color: #9D304D;
}
.AnyTagClassName
{
color: #9D304D;
}
</style>
background-color css
<style>
a { background-color: #9D304D; }
a { background-color: rgb(157,48,77); }
div.DivClassName
{
background-color: #9D304D;
}
.BgClassName
{
background-color: #9D304D;
}
</style>
border-color css
<style>
span { border-color: #9D304D; }
span { border-color: rgb(157,48,77); }
td.TdClassName
{
border-color: #9D304D;
}
.TagClassName
{
border-color: #9D304D;
}
</style>