Shades of Lipstick #9D3559
Tints of Lipstick #9D3559
RGB
CMYK
RGB Variations
Color information
#9D3559 (or 0x9D3559) is known color: Lipstick. HEX triplet: 9D, 35 and 59. RGB value is (157,53,89). Sum of RGB (Red+Green+Blue) = 157+53+89=299 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.51% from 299); Green value is 53 (21.09% from 255 or 17.73% from 299); Blue value is 89 (35.16% from 255 or 29.77% from 299); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3559 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D3559 is #62CAA6. Grayscale: #585858. Windows color (decimal): -6474407 or 5846429. OLE color: 5846429.
HSL color Cylindrical-coordinate representation of color #9D3559: hue angle of 339.23º 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 #9D3559 is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 53 | 89 | - |
| CMYK | 0 | 0.66 | 0.43 | 0.38 |
| HSL | 339.23º | 0.5% | 0.41% | - |
| HSV(B) | 339.23º | 0.66% | 0.62% | - |
| XYZ | 16.98 | 10.44 | 10.57 | - |
| YUV | 88.2 | 128.46 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 53 | 89 | 0 | 0.66 | 0.43 | 0.38 | 339.23 | 0.5 | 0.41 |
| Hex | 9D | 35 | 59 | 0 | 42 | 2B | 26 | 153 | 32 | 29 |
| Octal | 235 | 65 | 131 | 0 | 102 | 53 | 46 | 523 | 62 | 51 |
| Binary | 10011101 | 110101 | 1011001 | 0 | 1000010 | 101011 | 100110 | 101010011 | 110010 | 101001 |
Color Harmonies of #9D3559
Complementary color
Monochromatic Colors of #9D3559
Black with #9D3559
Text Example
Text Example
White with #9D3559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3559; }
p { color: rgb(157,53,89); }
H1.HeaderClassName
{
color: #9D3559;
}
.AnyTagClassName
{
color: #9D3559;
}
</style>
background-color css
<style>
a { background-color: #9D3559; }
a { background-color: rgb(157,53,89); }
div.DivClassName
{
background-color: #9D3559;
}
.BgClassName
{
background-color: #9D3559;
}
</style>
border-color css
<style>
span { border-color: #9D3559; }
span { border-color: rgb(157,53,89); }
td.TdClassName
{
border-color: #9D3559;
}
.TagClassName
{
border-color: #9D3559;
}
</style>