Shades of Lipstick #9D355D
Tints of Lipstick #9D355D
RGB
CMYK
RGB Variations
Color information
#9D355D (or 0x9D355D) is known color: Lipstick. HEX triplet: 9D, 35 and 5D. RGB value is (157,53,93). Sum of RGB (Red+Green+Blue) = 157+53+93=303 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.82% from 303); Green value is 53 (21.09% from 255 or 17.49% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 157 - color contains mainly: red. Hex color #9D355D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D355D is #62CAA2. Grayscale: #585858. Windows color (decimal): -6474403 or 6108573. OLE color: 6108573.
HSL color Cylindrical-coordinate representation of color #9D355D: hue angle of 336.92º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9D355D is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 53 | 93 | - |
| CMYK | 0 | 0.66 | 0.41 | 0.38 |
| HSL | 336.92º | 0.5% | 0.41% | - |
| HSV(B) | 336.92º | 0.66% | 0.62% | - |
| XYZ | 17.15 | 10.5 | 11.48 | - |
| YUV | 88.66 | 130.46 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 53 | 93 | 0 | 0.66 | 0.41 | 0.38 | 336.92 | 0.5 | 0.41 |
| Hex | 9D | 35 | 5D | 0 | 42 | 29 | 26 | 151 | 32 | 29 |
| Octal | 235 | 65 | 135 | 0 | 102 | 51 | 46 | 521 | 62 | 51 |
| Binary | 10011101 | 110101 | 1011101 | 0 | 1000010 | 101001 | 100110 | 101010001 | 110010 | 101001 |
Color Harmonies of #9D355D
Complementary color
Monochromatic Colors of #9D355D
Black with #9D355D
Text Example
Text Example
White with #9D355D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D355D; }
p { color: rgb(157,53,93); }
H1.HeaderClassName
{
color: #9D355D;
}
.AnyTagClassName
{
color: #9D355D;
}
</style>
background-color css
<style>
a { background-color: #9D355D; }
a { background-color: rgb(157,53,93); }
div.DivClassName
{
background-color: #9D355D;
}
.BgClassName
{
background-color: #9D355D;
}
</style>
border-color css
<style>
span { border-color: #9D355D; }
span { border-color: rgb(157,53,93); }
td.TdClassName
{
border-color: #9D355D;
}
.TagClassName
{
border-color: #9D355D;
}
</style>