Shades of Lipstick #9D3055
Tints of Lipstick #9D3055
RGB
CMYK
RGB Variations
Color information
#9D3055 (or 0x9D3055) is known color: Lipstick. HEX triplet: 9D, 30 and 55. RGB value is (157,48,85). Sum of RGB (Red+Green+Blue) = 157+48+85=290 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.14% from 290); Green value is 48 (19.14% from 255 or 16.55% from 290); Blue value is 85 (33.59% from 255 or 29.31% from 290); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3055 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D3055 is #62CFAA. Grayscale: #545454. Windows color (decimal): -6475691 or 5583005. OLE color: 5583005.
HSL color Cylindrical-coordinate representation of color #9D3055: hue angle of 339.63º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9D3055 is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 48 | 85 | - |
| CMYK | 0 | 0.69 | 0.46 | 0.38 |
| HSL | 339.63º | 0.53% | 0.4% | - |
| HSV(B) | 339.63º | 0.69% | 0.62% | - |
| XYZ | 16.6 | 9.94 | 9.64 | - |
| YUV | 84.81 | 128.11 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 48 | 85 | 0 | 0.69 | 0.46 | 0.38 | 339.63 | 0.53 | 0.4 |
| Hex | 9D | 30 | 55 | 0 | 45 | 2E | 26 | 154 | 35 | 28 |
| Octal | 235 | 60 | 125 | 0 | 105 | 56 | 46 | 524 | 65 | 50 |
| Binary | 10011101 | 110000 | 1010101 | 0 | 1000101 | 101110 | 100110 | 101010100 | 110101 | 101000 |
Color Harmonies of #9D3055
Complementary color
Monochromatic Colors of #9D3055
Black with #9D3055
Text Example
Text Example
White with #9D3055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3055; }
p { color: rgb(157,48,85); }
H1.HeaderClassName
{
color: #9D3055;
}
.AnyTagClassName
{
color: #9D3055;
}
</style>
background-color css
<style>
a { background-color: #9D3055; }
a { background-color: rgb(157,48,85); }
div.DivClassName
{
background-color: #9D3055;
}
.BgClassName
{
background-color: #9D3055;
}
</style>
border-color css
<style>
span { border-color: #9D3055; }
span { border-color: rgb(157,48,85); }
td.TdClassName
{
border-color: #9D3055;
}
.TagClassName
{
border-color: #9D3055;
}
</style>