Shades of Lipstick #9D3561
Tints of Lipstick #9D3561
RGB
CMYK
RGB Variations
Color information
#9D3561 (or 0x9D3561) is known color: Lipstick. HEX triplet: 9D, 35 and 61. RGB value is (157,53,97). Sum of RGB (Red+Green+Blue) = 157+53+97=307 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.14% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 97 (38.28% from 255 or 31.60% from 307); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3561 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D3561 is #62CA9E. Grayscale: #595959. Windows color (decimal): -6474399 or 6370717. OLE color: 6370717.
HSL color Cylindrical-coordinate representation of color #9D3561: hue angle of 334.62º 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 #9D3561 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 53 | 97 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.38 |
| HSL | 334.62º | 0.5% | 0.41% | - |
| HSV(B) | 334.62º | 0.66% | 0.62% | - |
| XYZ | 17.34 | 10.58 | 12.44 | - |
| YUV | 89.11 | 132.46 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 53 | 97 | 0 | 0.66 | 0.38 | 0.38 | 334.62 | 0.5 | 0.41 |
| Hex | 9D | 35 | 61 | 0 | 42 | 26 | 26 | 14F | 32 | 29 |
| Octal | 235 | 65 | 141 | 0 | 102 | 46 | 46 | 517 | 62 | 51 |
| Binary | 10011101 | 110101 | 1100001 | 0 | 1000010 | 100110 | 100110 | 101001111 | 110010 | 101001 |
Color Harmonies of #9D3561
Complementary color
Monochromatic Colors of #9D3561
Black with #9D3561
Text Example
Text Example
White with #9D3561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3561; }
p { color: rgb(157,53,97); }
H1.HeaderClassName
{
color: #9D3561;
}
.AnyTagClassName
{
color: #9D3561;
}
</style>
background-color css
<style>
a { background-color: #9D3561; }
a { background-color: rgb(157,53,97); }
div.DivClassName
{
background-color: #9D3561;
}
.BgClassName
{
background-color: #9D3561;
}
</style>
border-color css
<style>
span { border-color: #9D3561; }
span { border-color: rgb(157,53,97); }
td.TdClassName
{
border-color: #9D3561;
}
.TagClassName
{
border-color: #9D3561;
}
</style>