Shades of Lipstick #993459
Tints of Lipstick #993459
RGB
CMYK
RGB Variations
Color information
#993459 (or 0x993459) is known color: Lipstick. HEX triplet: 99, 34 and 59. RGB value is (153,52,89). Sum of RGB (Red+Green+Blue) = 153+52+89=294 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.04% from 294); Green value is 52 (20.70% from 255 or 17.69% from 294); Blue value is 89 (35.16% from 255 or 30.27% from 294); Max value from RGB is 153 - color contains mainly: red. Hex color #993459 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993459 is #66CBA6. Grayscale: #565656. Windows color (decimal): -6736807 or 5846169. OLE color: 5846169.
HSL color Cylindrical-coordinate representation of color #993459: hue angle of 338.02º 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 #993459 is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 52 | 89 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.4 |
| HSL | 338.02º | 0.49% | 0.4% | - |
| HSV(B) | 338.02º | 0.66% | 0.6% | - |
| XYZ | 16.17 | 9.95 | 10.52 | - |
| YUV | 86.42 | 129.46 | 175.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 52 | 89 | 0 | 0.66 | 0.42 | 0.4 | 338.02 | 0.49 | 0.4 |
| Hex | 99 | 34 | 59 | 0 | 42 | 2A | 28 | 152 | 31 | 28 |
| Octal | 231 | 64 | 131 | 0 | 102 | 52 | 50 | 522 | 61 | 50 |
| Binary | 10011001 | 110100 | 1011001 | 0 | 1000010 | 101010 | 101000 | 101010010 | 110001 | 101000 |
Color Harmonies of #993459
Complementary color
Monochromatic Colors of #993459
Black with #993459
Text Example
Text Example
White with #993459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993459; }
p { color: rgb(153,52,89); }
H1.HeaderClassName
{
color: #993459;
}
.AnyTagClassName
{
color: #993459;
}
</style>
background-color css
<style>
a { background-color: #993459; }
a { background-color: rgb(153,52,89); }
div.DivClassName
{
background-color: #993459;
}
.BgClassName
{
background-color: #993459;
}
</style>
border-color css
<style>
span { border-color: #993459; }
span { border-color: rgb(153,52,89); }
td.TdClassName
{
border-color: #993459;
}
.TagClassName
{
border-color: #993459;
}
</style>