Shades of Lipstick #9D1649
Tints of Lipstick #9D1649
RGB
CMYK
RGB Variations
Color information
#9D1649 (or 0x9D1649) is known color: Lipstick. HEX triplet: 9D, 16 and 49. RGB value is (157,22,73). Sum of RGB (Red+Green+Blue) = 157+22+73=252 (33% of max value = 765). Red value is 157 (61.72% from 255 or 62.30% from 252); Green value is 22 (8.98% from 255 or 8.73% from 252); Blue value is 73 (28.91% from 255 or 28.97% from 252); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1649 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D1649 is #62E9B6. Grayscale: #444444. Windows color (decimal): -6482359 or 4789917. OLE color: 4789917.
HSL color Cylindrical-coordinate representation of color #9D1649: hue angle of 337.33º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9D1649 is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 22 | 73 | - |
| CMYK | 0 | 0.86 | 0.54 | 0.38 |
| HSL | 337.33º | 0.75% | 0.35% | - |
| HSV(B) | 337.33º | 0.86% | 0.62% | - |
| XYZ | 15.39 | 8.22 | 7.08 | - |
| YUV | 68.18 | 130.73 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 22 | 73 | 0 | 0.86 | 0.54 | 0.38 | 337.33 | 0.75 | 0.35 |
| Hex | 9D | 16 | 49 | 0 | 56 | 36 | 26 | 151 | 4B | 23 |
| Octal | 235 | 26 | 111 | 0 | 126 | 66 | 46 | 521 | 113 | 43 |
| Binary | 10011101 | 10110 | 1001001 | 0 | 1010110 | 110110 | 100110 | 101010001 | 1001011 | 100011 |
Color Harmonies of #9D1649
Complementary color
Monochromatic Colors of #9D1649
Black with #9D1649
Text Example
Text Example
White with #9D1649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1649; }
p { color: rgb(157,22,73); }
H1.HeaderClassName
{
color: #9D1649;
}
.AnyTagClassName
{
color: #9D1649;
}
</style>
background-color css
<style>
a { background-color: #9D1649; }
a { background-color: rgb(157,22,73); }
div.DivClassName
{
background-color: #9D1649;
}
.BgClassName
{
background-color: #9D1649;
}
</style>
border-color css
<style>
span { border-color: #9D1649; }
span { border-color: rgb(157,22,73); }
td.TdClassName
{
border-color: #9D1649;
}
.TagClassName
{
border-color: #9D1649;
}
</style>