Shades of Lipstick #9D2C46
Tints of Lipstick #9D2C46
RGB
CMYK
RGB Variations
Color information
#9D2C46 (or 0x9D2C46) is known color: Lipstick. HEX triplet: 9D, 2C and 46. RGB value is (157,44,70). Sum of RGB (Red+Green+Blue) = 157+44+70=271 (35% of max value = 765). Red value is 157 (61.72% from 255 or 57.93% from 271); Green value is 44 (17.58% from 255 or 16.24% from 271); Blue value is 70 (27.73% from 255 or 25.83% from 271); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2C46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2C46 is #62D3B9. Grayscale: #505050. Windows color (decimal): -6476730 or 4598941. OLE color: 4598941.
HSL color Cylindrical-coordinate representation of color #9D2C46: hue angle of 346.19º 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 #9D2C46 is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 44 | 70 | - |
| CMYK | 0 | 0.72 | 0.55 | 0.38 |
| HSL | 346.19º | 0.56% | 0.39% | - |
| HSV(B) | 346.19º | 0.72% | 0.62% | - |
| XYZ | 15.91 | 9.41 | 6.77 | - |
| YUV | 80.75 | 121.94 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 44 | 70 | 0 | 0.72 | 0.55 | 0.38 | 346.19 | 0.56 | 0.39 |
| Hex | 9D | 2C | 46 | 0 | 48 | 37 | 26 | 15A | 38 | 27 |
| Octal | 235 | 54 | 106 | 0 | 110 | 67 | 46 | 532 | 70 | 47 |
| Binary | 10011101 | 101100 | 1000110 | 0 | 1001000 | 110111 | 100110 | 101011010 | 111000 | 100111 |
Color Harmonies of #9D2C46
Complementary color
Monochromatic Colors of #9D2C46
Black with #9D2C46
Text Example
Text Example
White with #9D2C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2C46; }
p { color: rgb(157,44,70); }
H1.HeaderClassName
{
color: #9D2C46;
}
.AnyTagClassName
{
color: #9D2C46;
}
</style>
background-color css
<style>
a { background-color: #9D2C46; }
a { background-color: rgb(157,44,70); }
div.DivClassName
{
background-color: #9D2C46;
}
.BgClassName
{
background-color: #9D2C46;
}
</style>
border-color css
<style>
span { border-color: #9D2C46; }
span { border-color: rgb(157,44,70); }
td.TdClassName
{
border-color: #9D2C46;
}
.TagClassName
{
border-color: #9D2C46;
}
</style>