Shades of Lipstick #993552
Tints of Lipstick #993552
RGB
CMYK
RGB Variations
Color information
#993552 (or 0x993552) is known color: Lipstick. HEX triplet: 99, 35 and 52. RGB value is (153,53,82). Sum of RGB (Red+Green+Blue) = 153+53+82=288 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.12% from 288); Green value is 53 (21.09% from 255 or 18.40% from 288); Blue value is 82 (32.42% from 255 or 28.47% from 288); Max value from RGB is 153 - color contains mainly: red. Hex color #993552 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993552 is #66CAAD. Grayscale: #565656. Windows color (decimal): -6736558 or 5387673. OLE color: 5387673.
HSL color Cylindrical-coordinate representation of color #993552: hue angle of 342.6º 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 #993552 is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 53 | 82 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.4 |
| HSL | 342.6º | 0.49% | 0.4% | - |
| HSV(B) | 342.6º | 0.65% | 0.6% | - |
| XYZ | 15.93 | 9.93 | 9.06 | - |
| YUV | 86.21 | 125.63 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 53 | 82 | 0 | 0.65 | 0.46 | 0.4 | 342.6 | 0.49 | 0.4 |
| Hex | 99 | 35 | 52 | 0 | 41 | 2E | 28 | 157 | 31 | 28 |
| Octal | 231 | 65 | 122 | 0 | 101 | 56 | 50 | 527 | 61 | 50 |
| Binary | 10011001 | 110101 | 1010010 | 0 | 1000001 | 101110 | 101000 | 101010111 | 110001 | 101000 |
Color Harmonies of #993552
Complementary color
Monochromatic Colors of #993552
Black with #993552
Text Example
Text Example
White with #993552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993552; }
p { color: rgb(153,53,82); }
H1.HeaderClassName
{
color: #993552;
}
.AnyTagClassName
{
color: #993552;
}
</style>
background-color css
<style>
a { background-color: #993552; }
a { background-color: rgb(153,53,82); }
div.DivClassName
{
background-color: #993552;
}
.BgClassName
{
background-color: #993552;
}
</style>
border-color css
<style>
span { border-color: #993552; }
span { border-color: rgb(153,53,82); }
td.TdClassName
{
border-color: #993552;
}
.TagClassName
{
border-color: #993552;
}
</style>