Shades of Lipstick #9D2053
Tints of Lipstick #9D2053
RGB
CMYK
RGB Variations
Color information
#9D2053 (or 0x9D2053) is known color: Lipstick. HEX triplet: 9D, 20 and 53. RGB value is (157,32,83). Sum of RGB (Red+Green+Blue) = 157+32+83=272 (36% of max value = 765). Red value is 157 (61.72% from 255 or 57.72% from 272); Green value is 32 (12.89% from 255 or 11.76% from 272); Blue value is 83 (32.81% from 255 or 30.51% from 272); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2053 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D2053 is #62DFAC. Grayscale: #4B4B4B. Windows color (decimal): -6479789 or 5447837. OLE color: 5447837.
HSL color Cylindrical-coordinate representation of color #9D2053: hue angle of 335.52º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9D2053 is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 32 | 83 | - |
| CMYK | 0 | 0.80 | 0.47 | 0.38 |
| HSL | 335.52º | 0.66% | 0.37% | - |
| HSV(B) | 335.52º | 0.8% | 0.62% | - |
| XYZ | 15.98 | 8.83 | 9.04 | - |
| YUV | 75.19 | 132.41 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 32 | 83 | 0 | 0.80 | 0.47 | 0.38 | 335.52 | 0.66 | 0.37 |
| Hex | 9D | 20 | 53 | 0 | 50 | 2F | 26 | 150 | 42 | 25 |
| Octal | 235 | 40 | 123 | 0 | 120 | 57 | 46 | 520 | 102 | 45 |
| Binary | 10011101 | 100000 | 1010011 | 0 | 1010000 | 101111 | 100110 | 101010000 | 1000010 | 100101 |
Color Harmonies of #9D2053
Complementary color
Monochromatic Colors of #9D2053
Black with #9D2053
Text Example
Text Example
White with #9D2053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2053; }
p { color: rgb(157,32,83); }
H1.HeaderClassName
{
color: #9D2053;
}
.AnyTagClassName
{
color: #9D2053;
}
</style>
background-color css
<style>
a { background-color: #9D2053; }
a { background-color: rgb(157,32,83); }
div.DivClassName
{
background-color: #9D2053;
}
.BgClassName
{
background-color: #9D2053;
}
</style>
border-color css
<style>
span { border-color: #9D2053; }
span { border-color: rgb(157,32,83); }
td.TdClassName
{
border-color: #9D2053;
}
.TagClassName
{
border-color: #9D2053;
}
</style>