Shades of Lipstick #993557
Tints of Lipstick #993557
RGB
CMYK
RGB Variations
Color information
#993557 (or 0x993557) is known color: Lipstick. HEX triplet: 99, 35 and 57. RGB value is (153,53,87). Sum of RGB (Red+Green+Blue) = 153+53+87=293 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.22% from 293); Green value is 53 (21.09% from 255 or 18.09% from 293); Blue value is 87 (34.38% from 255 or 29.69% from 293); Max value from RGB is 153 - color contains mainly: red. Hex color #993557 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993557 is #66CAA8. Grayscale: #565656. Windows color (decimal): -6736553 or 5715353. OLE color: 5715353.
HSL color Cylindrical-coordinate representation of color #993557: hue angle of 339.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 #993557 is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 53 | 87 | - |
| CMYK | 0 | 0.65 | 0.43 | 0.4 |
| HSL | 339.6º | 0.49% | 0.4% | - |
| HSV(B) | 339.6º | 0.65% | 0.6% | - |
| XYZ | 16.13 | 10.01 | 10.1 | - |
| YUV | 86.78 | 128.13 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 53 | 87 | 0 | 0.65 | 0.43 | 0.4 | 339.6 | 0.49 | 0.4 |
| Hex | 99 | 35 | 57 | 0 | 41 | 2B | 28 | 154 | 31 | 28 |
| Octal | 231 | 65 | 127 | 0 | 101 | 53 | 50 | 524 | 61 | 50 |
| Binary | 10011001 | 110101 | 1010111 | 0 | 1000001 | 101011 | 101000 | 101010100 | 110001 | 101000 |
Color Harmonies of #993557
Complementary color
Monochromatic Colors of #993557
Black with #993557
Text Example
Text Example
White with #993557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993557; }
p { color: rgb(153,53,87); }
H1.HeaderClassName
{
color: #993557;
}
.AnyTagClassName
{
color: #993557;
}
</style>
background-color css
<style>
a { background-color: #993557; }
a { background-color: rgb(153,53,87); }
div.DivClassName
{
background-color: #993557;
}
.BgClassName
{
background-color: #993557;
}
</style>
border-color css
<style>
span { border-color: #993557; }
span { border-color: rgb(153,53,87); }
td.TdClassName
{
border-color: #993557;
}
.TagClassName
{
border-color: #993557;
}
</style>