Shades of Lipstick #993456
Tints of Lipstick #993456
RGB
CMYK
RGB Variations
Color information
#993456 (or 0x993456) is known color: Lipstick. HEX triplet: 99, 34 and 56. RGB value is (153,52,86). Sum of RGB (Red+Green+Blue) = 153+52+86=291 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.58% from 291); Green value is 52 (20.70% from 255 or 17.87% from 291); Blue value is 86 (33.98% from 255 or 29.55% from 291); Max value from RGB is 153 - color contains mainly: red. Hex color #993456 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993456 is #66CBA9. Grayscale: #565656. Windows color (decimal): -6736810 or 5649561. OLE color: 5649561.
HSL color Cylindrical-coordinate representation of color #993456: hue angle of 339.8º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #993456 is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 52 | 86 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.4 |
| HSL | 339.8º | 0.49% | 0.4% | - |
| HSV(B) | 339.8º | 0.66% | 0.6% | - |
| XYZ | 16.04 | 9.9 | 9.87 | - |
| YUV | 86.08 | 127.96 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 52 | 86 | 0 | 0.66 | 0.44 | 0.4 | 339.8 | 0.49 | 0.4 |
| Hex | 99 | 34 | 56 | 0 | 42 | 2C | 28 | 154 | 31 | 28 |
| Octal | 231 | 64 | 126 | 0 | 102 | 54 | 50 | 524 | 61 | 50 |
| Binary | 10011001 | 110100 | 1010110 | 0 | 1000010 | 101100 | 101000 | 101010100 | 110001 | 101000 |
Color Harmonies of #993456
Complementary color
Monochromatic Colors of #993456
Black with #993456
Text Example
Text Example
White with #993456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993456; }
p { color: rgb(153,52,86); }
H1.HeaderClassName
{
color: #993456;
}
.AnyTagClassName
{
color: #993456;
}
</style>
background-color css
<style>
a { background-color: #993456; }
a { background-color: rgb(153,52,86); }
div.DivClassName
{
background-color: #993456;
}
.BgClassName
{
background-color: #993456;
}
</style>
border-color css
<style>
span { border-color: #993456; }
span { border-color: rgb(153,52,86); }
td.TdClassName
{
border-color: #993456;
}
.TagClassName
{
border-color: #993456;
}
</style>