Shades of Lipstick #9D2958
Tints of Lipstick #9D2958
RGB
CMYK
RGB Variations
Color information
#9D2958 (or 0x9D2958) is known color: Lipstick. HEX triplet: 9D, 29 and 58. RGB value is (157,41,88). Sum of RGB (Red+Green+Blue) = 157+41+88=286 (37% of max value = 765). Red value is 157 (61.72% from 255 or 54.90% from 286); Green value is 41 (16.41% from 255 or 14.34% from 286); Blue value is 88 (34.77% from 255 or 30.77% from 286); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2958 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D2958 is #62D6A7. Grayscale: #505050. Windows color (decimal): -6477480 or 5777821. OLE color: 5777821.
HSL color Cylindrical-coordinate representation of color #9D2958: hue angle of 335.69º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9D2958 is Cyan = 0, Magento = 0.74, Yellow = 0.44 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 41 | 88 | - |
| CMYK | 0 | 0.74 | 0.44 | 0.38 |
| HSL | 335.69º | 0.59% | 0.39% | - |
| HSV(B) | 335.69º | 0.74% | 0.62% | - |
| XYZ | 16.46 | 9.46 | 10.19 | - |
| YUV | 81.04 | 131.93 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 41 | 88 | 0 | 0.74 | 0.44 | 0.38 | 335.69 | 0.59 | 0.39 |
| Hex | 9D | 29 | 58 | 0 | 4A | 2C | 26 | 150 | 3B | 27 |
| Octal | 235 | 51 | 130 | 0 | 112 | 54 | 46 | 520 | 73 | 47 |
| Binary | 10011101 | 101001 | 1011000 | 0 | 1001010 | 101100 | 100110 | 101010000 | 111011 | 100111 |
Color Harmonies of #9D2958
Complementary color
Monochromatic Colors of #9D2958
Black with #9D2958
Text Example
Text Example
White with #9D2958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2958; }
p { color: rgb(157,41,88); }
H1.HeaderClassName
{
color: #9D2958;
}
.AnyTagClassName
{
color: #9D2958;
}
</style>
background-color css
<style>
a { background-color: #9D2958; }
a { background-color: rgb(157,41,88); }
div.DivClassName
{
background-color: #9D2958;
}
.BgClassName
{
background-color: #9D2958;
}
</style>
border-color css
<style>
span { border-color: #9D2958; }
span { border-color: rgb(157,41,88); }
td.TdClassName
{
border-color: #9D2958;
}
.TagClassName
{
border-color: #9D2958;
}
</style>