Shades of Lipstick #9D2C49
Tints of Lipstick #9D2C49
RGB
CMYK
RGB Variations
Color information
#9D2C49 (or 0x9D2C49) is known color: Lipstick. HEX triplet: 9D, 2C and 49. RGB value is (157,44,73). Sum of RGB (Red+Green+Blue) = 157+44+73=274 (36% of max value = 765). Red value is 157 (61.72% from 255 or 57.30% from 274); Green value is 44 (17.58% from 255 or 16.06% from 274); Blue value is 73 (28.91% from 255 or 26.64% from 274); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2C49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2C49 is #62D3B6. Grayscale: #515151. Windows color (decimal): -6476727 or 4795549. OLE color: 4795549.
HSL color Cylindrical-coordinate representation of color #9D2C49: hue angle of 344.6º 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 #9D2C49 is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 44 | 73 | - |
| CMYK | 0 | 0.72 | 0.54 | 0.38 |
| HSL | 344.6º | 0.56% | 0.39% | - |
| HSV(B) | 344.6º | 0.72% | 0.62% | - |
| XYZ | 16.01 | 9.45 | 7.28 | - |
| YUV | 81.09 | 123.44 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 44 | 73 | 0 | 0.72 | 0.54 | 0.38 | 344.6 | 0.56 | 0.39 |
| Hex | 9D | 2C | 49 | 0 | 48 | 36 | 26 | 159 | 38 | 27 |
| Octal | 235 | 54 | 111 | 0 | 110 | 66 | 46 | 531 | 70 | 47 |
| Binary | 10011101 | 101100 | 1001001 | 0 | 1001000 | 110110 | 100110 | 101011001 | 111000 | 100111 |
Color Harmonies of #9D2C49
Complementary color
Monochromatic Colors of #9D2C49
Black with #9D2C49
Text Example
Text Example
White with #9D2C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2C49; }
p { color: rgb(157,44,73); }
H1.HeaderClassName
{
color: #9D2C49;
}
.AnyTagClassName
{
color: #9D2C49;
}
</style>
background-color css
<style>
a { background-color: #9D2C49; }
a { background-color: rgb(157,44,73); }
div.DivClassName
{
background-color: #9D2C49;
}
.BgClassName
{
background-color: #9D2C49;
}
</style>
border-color css
<style>
span { border-color: #9D2C49; }
span { border-color: rgb(157,44,73); }
td.TdClassName
{
border-color: #9D2C49;
}
.TagClassName
{
border-color: #9D2C49;
}
</style>