Shades of Lipstick #993455
Tints of Lipstick #993455
RGB
CMYK
RGB Variations
Color information
#993455 (or 0x993455) is known color: Lipstick. HEX triplet: 99, 34 and 55. RGB value is (153,52,85). Sum of RGB (Red+Green+Blue) = 153+52+85=290 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.76% from 290); Green value is 52 (20.70% from 255 or 17.93% from 290); Blue value is 85 (33.59% from 255 or 29.31% from 290); Max value from RGB is 153 - color contains mainly: red. Hex color #993455 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993455 is #66CBAA. Grayscale: #555555. Windows color (decimal): -6736811 or 5584025. OLE color: 5584025.
HSL color Cylindrical-coordinate representation of color #993455: hue angle of 340.4º 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 #993455 is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 52 | 85 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.4 |
| HSL | 340.4º | 0.49% | 0.4% | - |
| HSV(B) | 340.4º | 0.66% | 0.6% | - |
| XYZ | 16 | 9.88 | 9.66 | - |
| YUV | 85.96 | 127.46 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 52 | 85 | 0 | 0.66 | 0.44 | 0.4 | 340.4 | 0.49 | 0.4 |
| Hex | 99 | 34 | 55 | 0 | 42 | 2C | 28 | 154 | 31 | 28 |
| Octal | 231 | 64 | 125 | 0 | 102 | 54 | 50 | 524 | 61 | 50 |
| Binary | 10011001 | 110100 | 1010101 | 0 | 1000010 | 101100 | 101000 | 101010100 | 110001 | 101000 |
Color Harmonies of #993455
Complementary color
Monochromatic Colors of #993455
Black with #993455
Text Example
Text Example
White with #993455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993455; }
p { color: rgb(153,52,85); }
H1.HeaderClassName
{
color: #993455;
}
.AnyTagClassName
{
color: #993455;
}
</style>
background-color css
<style>
a { background-color: #993455; }
a { background-color: rgb(153,52,85); }
div.DivClassName
{
background-color: #993455;
}
.BgClassName
{
background-color: #993455;
}
</style>
border-color css
<style>
span { border-color: #993455; }
span { border-color: rgb(153,52,85); }
td.TdClassName
{
border-color: #993455;
}
.TagClassName
{
border-color: #993455;
}
</style>