Shades of Lipstick #9D2C5B
Tints of Lipstick #9D2C5B
RGB
CMYK
RGB Variations
Color information
#9D2C5B (or 0x9D2C5B) is known color: Lipstick. HEX triplet: 9D, 2C and 5B. RGB value is (157,44,91). Sum of RGB (Red+Green+Blue) = 157+44+91=292 (38% of max value = 765). Red value is 157 (61.72% from 255 or 53.77% from 292); Green value is 44 (17.58% from 255 or 15.07% from 292); Blue value is 91 (35.94% from 255 or 31.16% from 292); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2C5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D2C5B is #62D3A4. Grayscale: #535353. Windows color (decimal): -6476709 or 5975197. OLE color: 5975197.
HSL color Cylindrical-coordinate representation of color #9D2C5B: hue angle of 335.04º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9D2C5B is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 44 | 91 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.38 |
| HSL | 335.04º | 0.56% | 0.39% | - |
| HSV(B) | 335.04º | 0.72% | 0.62% | - |
| XYZ | 16.69 | 9.72 | 10.89 | - |
| YUV | 83.15 | 132.44 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 44 | 91 | 0 | 0.72 | 0.42 | 0.38 | 335.04 | 0.56 | 0.39 |
| Hex | 9D | 2C | 5B | 0 | 48 | 2A | 26 | 14F | 38 | 27 |
| Octal | 235 | 54 | 133 | 0 | 110 | 52 | 46 | 517 | 70 | 47 |
| Binary | 10011101 | 101100 | 1011011 | 0 | 1001000 | 101010 | 100110 | 101001111 | 111000 | 100111 |
Color Harmonies of #9D2C5B
Complementary color
Monochromatic Colors of #9D2C5B
Black with #9D2C5B
Text Example
Text Example
White with #9D2C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2C5B; }
p { color: rgb(157,44,91); }
H1.HeaderClassName
{
color: #9D2C5B;
}
.AnyTagClassName
{
color: #9D2C5B;
}
</style>
background-color css
<style>
a { background-color: #9D2C5B; }
a { background-color: rgb(157,44,91); }
div.DivClassName
{
background-color: #9D2C5B;
}
.BgClassName
{
background-color: #9D2C5B;
}
</style>
border-color css
<style>
span { border-color: #9D2C5B; }
span { border-color: rgb(157,44,91); }
td.TdClassName
{
border-color: #9D2C5B;
}
.TagClassName
{
border-color: #9D2C5B;
}
</style>