Shades of Lipstick #932148
Tints of Lipstick #932148
RGB
CMYK
RGB Variations
Color information
#932148 (or 0x932148) is known color: Lipstick. HEX triplet: 93, 21 and 48. RGB value is (147,33,72). Sum of RGB (Red+Green+Blue) = 147+33+72=252 (33% of max value = 765). Red value is 147 (57.81% from 255 or 58.33% from 252); Green value is 33 (13.28% from 255 or 13.10% from 252); Blue value is 72 (28.52% from 255 or 28.57% from 252); Max value from RGB is 147 - color contains mainly: red. Hex color #932148 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #932148 is #6CDEB7. Grayscale: #474747. Windows color (decimal): -7134904 or 4727187. OLE color: 4727187.
HSL color Cylindrical-coordinate representation of color #932148: hue angle of 339.47º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #932148 is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 33 | 72 | - |
| CMYK | 0 | 0.78 | 0.51 | 0.42 |
| HSL | 339.47º | 0.63% | 0.35% | - |
| HSV(B) | 339.47º | 0.78% | 0.58% | - |
| XYZ | 13.75 | 7.76 | 6.9 | - |
| YUV | 71.53 | 128.27 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 33 | 72 | 0 | 0.78 | 0.51 | 0.42 | 339.47 | 0.63 | 0.35 |
| Hex | 93 | 21 | 48 | 0 | 4E | 33 | 2A | 153 | 3F | 23 |
| Octal | 223 | 41 | 110 | 0 | 116 | 63 | 52 | 523 | 77 | 43 |
| Binary | 10010011 | 100001 | 1001000 | 0 | 1001110 | 110011 | 101010 | 101010011 | 111111 | 100011 |
Color Harmonies of #932148
Complementary color
Monochromatic Colors of #932148
Black with #932148
Text Example
Text Example
White with #932148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932148; }
p { color: rgb(147,33,72); }
H1.HeaderClassName
{
color: #932148;
}
.AnyTagClassName
{
color: #932148;
}
</style>
background-color css
<style>
a { background-color: #932148; }
a { background-color: rgb(147,33,72); }
div.DivClassName
{
background-color: #932148;
}
.BgClassName
{
background-color: #932148;
}
</style>
border-color css
<style>
span { border-color: #932148; }
span { border-color: rgb(147,33,72); }
td.TdClassName
{
border-color: #932148;
}
.TagClassName
{
border-color: #932148;
}
</style>