Shades of Lipstick #993A5C
Tints of Lipstick #993A5C
RGB
CMYK
RGB Variations
Color information
#993A5C (or 0x993A5C) is known color: Lipstick. HEX triplet: 99, 3A and 5C. RGB value is (153,58,92). Sum of RGB (Red+Green+Blue) = 153+58+92=303 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.50% from 303); Green value is 58 (23.05% from 255 or 19.14% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 153 - color contains mainly: red. Hex color #993A5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993A5C is #66C5A3. Grayscale: #5A5A5A. Windows color (decimal): -6735268 or 6044313. OLE color: 6044313.
HSL color Cylindrical-coordinate representation of color #993A5C: hue angle of 338.53º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #993A5C is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 58 | 92 | - |
| CMYK | 0 | 0.62 | 0.40 | 0.4 |
| HSL | 338.53º | 0.45% | 0.41% | - |
| HSV(B) | 338.53º | 0.62% | 0.6% | - |
| XYZ | 16.58 | 10.57 | 11.29 | - |
| YUV | 90.28 | 128.97 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 58 | 92 | 0 | 0.62 | 0.40 | 0.4 | 338.53 | 0.45 | 0.41 |
| Hex | 99 | 3A | 5C | 0 | 3E | 28 | 28 | 153 | 2D | 29 |
| Octal | 231 | 72 | 134 | 0 | 76 | 50 | 50 | 523 | 55 | 51 |
| Binary | 10011001 | 111010 | 1011100 | 0 | 111110 | 101000 | 101000 | 101010011 | 101101 | 101001 |
Color Harmonies of #993A5C
Complementary color
Monochromatic Colors of #993A5C
Black with #993A5C
Text Example
Text Example
White with #993A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993A5C; }
p { color: rgb(153,58,92); }
H1.HeaderClassName
{
color: #993A5C;
}
.AnyTagClassName
{
color: #993A5C;
}
</style>
background-color css
<style>
a { background-color: #993A5C; }
a { background-color: rgb(153,58,92); }
div.DivClassName
{
background-color: #993A5C;
}
.BgClassName
{
background-color: #993A5C;
}
</style>
border-color css
<style>
span { border-color: #993A5C; }
span { border-color: rgb(153,58,92); }
td.TdClassName
{
border-color: #993A5C;
}
.TagClassName
{
border-color: #993A5C;
}
</style>