Shades of Lipstick #9D294D
Tints of Lipstick #9D294D
RGB
CMYK
RGB Variations
Color information
#9D294D (or 0x9D294D) is known color: Lipstick. HEX triplet: 9D, 29 and 4D. RGB value is (157,41,77). Sum of RGB (Red+Green+Blue) = 157+41+77=275 (36% of max value = 765). Red value is 157 (61.72% from 255 or 57.09% from 275); Green value is 41 (16.41% from 255 or 14.91% from 275); Blue value is 77 (30.47% from 255 or 28% from 275); Max value from RGB is 157 - color contains mainly: red. Hex color #9D294D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D294D is #62D6B2. Grayscale: #4F4F4F. Windows color (decimal): -6477491 or 5056925. OLE color: 5056925.
HSL color Cylindrical-coordinate representation of color #9D294D: hue angle of 341.38º 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 #9D294D is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 41 | 77 | - |
| CMYK | 0 | 0.74 | 0.51 | 0.38 |
| HSL | 341.38º | 0.59% | 0.39% | - |
| HSV(B) | 341.38º | 0.74% | 0.62% | - |
| XYZ | 16.04 | 9.29 | 7.97 | - |
| YUV | 79.79 | 126.43 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 41 | 77 | 0 | 0.74 | 0.51 | 0.38 | 341.38 | 0.59 | 0.39 |
| Hex | 9D | 29 | 4D | 0 | 4A | 33 | 26 | 155 | 3B | 27 |
| Octal | 235 | 51 | 115 | 0 | 112 | 63 | 46 | 525 | 73 | 47 |
| Binary | 10011101 | 101001 | 1001101 | 0 | 1001010 | 110011 | 100110 | 101010101 | 111011 | 100111 |
Color Harmonies of #9D294D
Complementary color
Monochromatic Colors of #9D294D
Black with #9D294D
Text Example
Text Example
White with #9D294D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D294D; }
p { color: rgb(157,41,77); }
H1.HeaderClassName
{
color: #9D294D;
}
.AnyTagClassName
{
color: #9D294D;
}
</style>
background-color css
<style>
a { background-color: #9D294D; }
a { background-color: rgb(157,41,77); }
div.DivClassName
{
background-color: #9D294D;
}
.BgClassName
{
background-color: #9D294D;
}
</style>
border-color css
<style>
span { border-color: #9D294D; }
span { border-color: rgb(157,41,77); }
td.TdClassName
{
border-color: #9D294D;
}
.TagClassName
{
border-color: #9D294D;
}
</style>