Shades of Lipstick #9D2764
Tints of Lipstick #9D2764
RGB
CMYK
RGB Variations
Color information
#9D2764 (or 0x9D2764) is known color: Lipstick. HEX triplet: 9D, 27 and 64. RGB value is (157,39,100). Sum of RGB (Red+Green+Blue) = 157+39+100=296 (39% of max value = 765). Red value is 157 (61.72% from 255 or 53.04% from 296); Green value is 39 (15.62% from 255 or 13.18% from 296); Blue value is 100 (39.45% from 255 or 33.78% from 296); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2764 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D2764 is #62D89B. Grayscale: #515151. Windows color (decimal): -6477980 or 6563741. OLE color: 6563741.
HSL color Cylindrical-coordinate representation of color #9D2764: hue angle of 328.98º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9D2764 is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 39 | 100 | - |
| CMYK | 0 | 0.75 | 0.36 | 0.38 |
| HSL | 328.98º | 0.6% | 0.38% | - |
| HSV(B) | 328.98º | 0.75% | 0.62% | - |
| XYZ | 16.93 | 9.54 | 13.01 | - |
| YUV | 81.24 | 138.59 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 39 | 100 | 0 | 0.75 | 0.36 | 0.38 | 328.98 | 0.6 | 0.38 |
| Hex | 9D | 27 | 64 | 0 | 4B | 24 | 26 | 149 | 3C | 26 |
| Octal | 235 | 47 | 144 | 0 | 113 | 44 | 46 | 511 | 74 | 46 |
| Binary | 10011101 | 100111 | 1100100 | 0 | 1001011 | 100100 | 100110 | 101001001 | 111100 | 100110 |
Color Harmonies of #9D2764
Complementary color
Monochromatic Colors of #9D2764
Black with #9D2764
Text Example
Text Example
White with #9D2764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2764; }
p { color: rgb(157,39,100); }
H1.HeaderClassName
{
color: #9D2764;
}
.AnyTagClassName
{
color: #9D2764;
}
</style>
background-color css
<style>
a { background-color: #9D2764; }
a { background-color: rgb(157,39,100); }
div.DivClassName
{
background-color: #9D2764;
}
.BgClassName
{
background-color: #9D2764;
}
</style>
border-color css
<style>
span { border-color: #9D2764; }
span { border-color: rgb(157,39,100); }
td.TdClassName
{
border-color: #9D2764;
}
.TagClassName
{
border-color: #9D2764;
}
</style>