Shades of Lipstick #993756
Tints of Lipstick #993756
RGB
CMYK
RGB Variations
Color information
#993756 (or 0x993756) is known color: Lipstick. HEX triplet: 99, 37 and 56. RGB value is (153,55,86). Sum of RGB (Red+Green+Blue) = 153+55+86=294 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.04% from 294); Green value is 55 (21.88% from 255 or 18.71% from 294); Blue value is 86 (33.98% from 255 or 29.25% from 294); Max value from RGB is 153 - color contains mainly: red. Hex color #993756 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993756 is #66C8A9. Grayscale: #575757. Windows color (decimal): -6736042 or 5650329. OLE color: 5650329.
HSL color Cylindrical-coordinate representation of color #993756: hue angle of 341.02º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #993756 is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 55 | 86 | - |
| CMYK | 0 | 0.64 | 0.44 | 0.4 |
| HSL | 341.02º | 0.47% | 0.41% | - |
| HSV(B) | 341.02º | 0.64% | 0.6% | - |
| XYZ | 16.18 | 10.18 | 9.92 | - |
| YUV | 87.84 | 126.97 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 55 | 86 | 0 | 0.64 | 0.44 | 0.4 | 341.02 | 0.47 | 0.41 |
| Hex | 99 | 37 | 56 | 0 | 40 | 2C | 28 | 155 | 2F | 29 |
| Octal | 231 | 67 | 126 | 0 | 100 | 54 | 50 | 525 | 57 | 51 |
| Binary | 10011001 | 110111 | 1010110 | 0 | 1000000 | 101100 | 101000 | 101010101 | 101111 | 101001 |
Color Harmonies of #993756
Complementary color
Monochromatic Colors of #993756
Black with #993756
Text Example
Text Example
White with #993756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993756; }
p { color: rgb(153,55,86); }
H1.HeaderClassName
{
color: #993756;
}
.AnyTagClassName
{
color: #993756;
}
</style>
background-color css
<style>
a { background-color: #993756; }
a { background-color: rgb(153,55,86); }
div.DivClassName
{
background-color: #993756;
}
.BgClassName
{
background-color: #993756;
}
</style>
border-color css
<style>
span { border-color: #993756; }
span { border-color: rgb(153,55,86); }
td.TdClassName
{
border-color: #993756;
}
.TagClassName
{
border-color: #993756;
}
</style>