Shades of Lipstick #932C58
Tints of Lipstick #932C58
RGB
CMYK
RGB Variations
Color information
#932C58 (or 0x932C58) is known color: Lipstick. HEX triplet: 93, 2C and 58. RGB value is (147,44,88). Sum of RGB (Red+Green+Blue) = 147+44+88=279 (36% of max value = 765). Red value is 147 (57.81% from 255 or 52.69% from 279); Green value is 44 (17.58% from 255 or 15.77% from 279); Blue value is 88 (34.77% from 255 or 31.54% from 279); Max value from RGB is 147 - color contains mainly: red. Hex color #932C58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #932C58 is #6CD3A7. Grayscale: #4F4F4F. Windows color (decimal): -7132072 or 5778579. OLE color: 5778579.
HSL color Cylindrical-coordinate representation of color #932C58: hue angle of 334.37º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #932C58 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 44 | 88 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.42 |
| HSL | 334.37º | 0.54% | 0.37% | - |
| HSV(B) | 334.37º | 0.7% | 0.58% | - |
| XYZ | 14.69 | 8.71 | 10.14 | - |
| YUV | 79.81 | 132.62 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 44 | 88 | 0 | 0.70 | 0.40 | 0.42 | 334.37 | 0.54 | 0.37 |
| Hex | 93 | 2C | 58 | 0 | 46 | 28 | 2A | 14E | 36 | 25 |
| Octal | 223 | 54 | 130 | 0 | 106 | 50 | 52 | 516 | 66 | 45 |
| Binary | 10010011 | 101100 | 1011000 | 0 | 1000110 | 101000 | 101010 | 101001110 | 110110 | 100101 |
Color Harmonies of #932C58
Complementary color
Monochromatic Colors of #932C58
Black with #932C58
Text Example
Text Example
White with #932C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932C58; }
p { color: rgb(147,44,88); }
H1.HeaderClassName
{
color: #932C58;
}
.AnyTagClassName
{
color: #932C58;
}
</style>
background-color css
<style>
a { background-color: #932C58; }
a { background-color: rgb(147,44,88); }
div.DivClassName
{
background-color: #932C58;
}
.BgClassName
{
background-color: #932C58;
}
</style>
border-color css
<style>
span { border-color: #932C58; }
span { border-color: rgb(147,44,88); }
td.TdClassName
{
border-color: #932C58;
}
.TagClassName
{
border-color: #932C58;
}
</style>