Shades of Lipstick #932E5D
Tints of Lipstick #932E5D
RGB
CMYK
RGB Variations
Color information
#932E5D (or 0x932E5D) is known color: Lipstick. HEX triplet: 93, 2E and 5D. RGB value is (147,46,93). Sum of RGB (Red+Green+Blue) = 147+46+93=286 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.40% from 286); Green value is 46 (18.36% from 255 or 16.08% from 286); Blue value is 93 (36.72% from 255 or 32.52% from 286); Max value from RGB is 147 - color contains mainly: red. Hex color #932E5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #932E5D is #6CD1A2. Grayscale: #515151. Windows color (decimal): -7131555 or 6106771. OLE color: 6106771.
HSL color Cylindrical-coordinate representation of color #932E5D: hue angle of 332.08º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #932E5D is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 46 | 93 | - |
| CMYK | 0 | 0.69 | 0.37 | 0.42 |
| HSL | 332.08º | 0.52% | 0.38% | - |
| HSV(B) | 332.08º | 0.69% | 0.58% | - |
| XYZ | 14.99 | 8.95 | 11.29 | - |
| YUV | 81.56 | 134.46 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 46 | 93 | 0 | 0.69 | 0.37 | 0.42 | 332.08 | 0.52 | 0.38 |
| Hex | 93 | 2E | 5D | 0 | 45 | 25 | 2A | 14C | 34 | 26 |
| Octal | 223 | 56 | 135 | 0 | 105 | 45 | 52 | 514 | 64 | 46 |
| Binary | 10010011 | 101110 | 1011101 | 0 | 1000101 | 100101 | 101010 | 101001100 | 110100 | 100110 |
Color Harmonies of #932E5D
Complementary color
Monochromatic Colors of #932E5D
Black with #932E5D
Text Example
Text Example
White with #932E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932E5D; }
p { color: rgb(147,46,93); }
H1.HeaderClassName
{
color: #932E5D;
}
.AnyTagClassName
{
color: #932E5D;
}
</style>
background-color css
<style>
a { background-color: #932E5D; }
a { background-color: rgb(147,46,93); }
div.DivClassName
{
background-color: #932E5D;
}
.BgClassName
{
background-color: #932E5D;
}
</style>
border-color css
<style>
span { border-color: #932E5D; }
span { border-color: rgb(147,46,93); }
td.TdClassName
{
border-color: #932E5D;
}
.TagClassName
{
border-color: #932E5D;
}
</style>