Shades of Lipstick #993553
Tints of Lipstick #993553
RGB
CMYK
RGB Variations
Color information
#993553 (or 0x993553) is known color: Lipstick. HEX triplet: 99, 35 and 53. RGB value is (153,53,83). Sum of RGB (Red+Green+Blue) = 153+53+83=289 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.94% from 289); Green value is 53 (21.09% from 255 or 18.34% from 289); Blue value is 83 (32.81% from 255 or 28.72% from 289); Max value from RGB is 153 - color contains mainly: red. Hex color #993553 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993553 is #66CAAC. Grayscale: #565656. Windows color (decimal): -6736557 or 5453209. OLE color: 5453209.
HSL color Cylindrical-coordinate representation of color #993553: hue angle of 342º 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 #993553 is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 53 | 83 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.4 |
| HSL | 342º | 0.49% | 0.4% | - |
| HSV(B) | 342º | 0.65% | 0.6% | - |
| XYZ | 15.97 | 9.94 | 9.26 | - |
| YUV | 86.32 | 126.13 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 53 | 83 | 0 | 0.65 | 0.46 | 0.4 | 342 | 0.49 | 0.4 |
| Hex | 99 | 35 | 53 | 0 | 41 | 2E | 28 | 156 | 31 | 28 |
| Octal | 231 | 65 | 123 | 0 | 101 | 56 | 50 | 526 | 61 | 50 |
| Binary | 10011001 | 110101 | 1010011 | 0 | 1000001 | 101110 | 101000 | 101010110 | 110001 | 101000 |
Color Harmonies of #993553
Complementary color
Monochromatic Colors of #993553
Black with #993553
Text Example
Text Example
White with #993553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993553; }
p { color: rgb(153,53,83); }
H1.HeaderClassName
{
color: #993553;
}
.AnyTagClassName
{
color: #993553;
}
</style>
background-color css
<style>
a { background-color: #993553; }
a { background-color: rgb(153,53,83); }
div.DivClassName
{
background-color: #993553;
}
.BgClassName
{
background-color: #993553;
}
</style>
border-color css
<style>
span { border-color: #993553; }
span { border-color: rgb(153,53,83); }
td.TdClassName
{
border-color: #993553;
}
.TagClassName
{
border-color: #993553;
}
</style>