Shades of Lipstick #993560
Tints of Lipstick #993560
RGB
CMYK
RGB Variations
Color information
#993560 (or 0x993560) is known color: Lipstick. HEX triplet: 99, 35 and 60. RGB value is (153,53,96). Sum of RGB (Red+Green+Blue) = 153+53+96=302 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.66% from 302); Green value is 53 (21.09% from 255 or 17.55% from 302); Blue value is 96 (37.89% from 255 or 31.79% from 302); Max value from RGB is 153 - color contains mainly: red. Hex color #993560 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993560 is #66CA9F. Grayscale: #575757. Windows color (decimal): -6736544 or 6305177. OLE color: 6305177.
HSL color Cylindrical-coordinate representation of color #993560: hue angle of 334.2º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #993560 is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 53 | 96 | - |
| CMYK | 0 | 0.65 | 0.37 | 0.4 |
| HSL | 334.2º | 0.49% | 0.4% | - |
| HSV(B) | 334.2º | 0.65% | 0.6% | - |
| XYZ | 16.52 | 10.16 | 12.16 | - |
| YUV | 87.8 | 132.63 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 53 | 96 | 0 | 0.65 | 0.37 | 0.4 | 334.2 | 0.49 | 0.4 |
| Hex | 99 | 35 | 60 | 0 | 41 | 25 | 28 | 14E | 31 | 28 |
| Octal | 231 | 65 | 140 | 0 | 101 | 45 | 50 | 516 | 61 | 50 |
| Binary | 10011001 | 110101 | 1100000 | 0 | 1000001 | 100101 | 101000 | 101001110 | 110001 | 101000 |
Color Harmonies of #993560
Complementary color
Monochromatic Colors of #993560
Black with #993560
Text Example
Text Example
White with #993560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993560; }
p { color: rgb(153,53,96); }
H1.HeaderClassName
{
color: #993560;
}
.AnyTagClassName
{
color: #993560;
}
</style>
background-color css
<style>
a { background-color: #993560; }
a { background-color: rgb(153,53,96); }
div.DivClassName
{
background-color: #993560;
}
.BgClassName
{
background-color: #993560;
}
</style>
border-color css
<style>
span { border-color: #993560; }
span { border-color: rgb(153,53,96); }
td.TdClassName
{
border-color: #993560;
}
.TagClassName
{
border-color: #993560;
}
</style>