Shades of Lipstick #93304D
Tints of Lipstick #93304D
RGB
CMYK
RGB Variations
Color information
#93304D (or 0x93304D) is known color: Lipstick. HEX triplet: 93, 30 and 4D. RGB value is (147,48,77). Sum of RGB (Red+Green+Blue) = 147+48+77=272 (36% of max value = 765). Red value is 147 (57.81% from 255 or 54.04% from 272); Green value is 48 (19.14% from 255 or 17.65% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 147 - color contains mainly: red. Hex color #93304D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93304D is #6CCFB2. Grayscale: #505050. Windows color (decimal): -7131059 or 5058707. OLE color: 5058707.
HSL color Cylindrical-coordinate representation of color #93304D: hue angle of 342.42º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #93304D is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 48 | 77 | - |
| CMYK | 0 | 0.67 | 0.48 | 0.42 |
| HSL | 342.42º | 0.51% | 0.38% | - |
| HSV(B) | 342.42º | 0.67% | 0.58% | - |
| XYZ | 14.43 | 8.85 | 7.97 | - |
| YUV | 80.91 | 125.8 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 48 | 77 | 0 | 0.67 | 0.48 | 0.42 | 342.42 | 0.51 | 0.38 |
| Hex | 93 | 30 | 4D | 0 | 43 | 30 | 2A | 156 | 33 | 26 |
| Octal | 223 | 60 | 115 | 0 | 103 | 60 | 52 | 526 | 63 | 46 |
| Binary | 10010011 | 110000 | 1001101 | 0 | 1000011 | 110000 | 101010 | 101010110 | 110011 | 100110 |
Color Harmonies of #93304D
Complementary color
Monochromatic Colors of #93304D
Black with #93304D
Text Example
Text Example
White with #93304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93304D; }
p { color: rgb(147,48,77); }
H1.HeaderClassName
{
color: #93304D;
}
.AnyTagClassName
{
color: #93304D;
}
</style>
background-color css
<style>
a { background-color: #93304D; }
a { background-color: rgb(147,48,77); }
div.DivClassName
{
background-color: #93304D;
}
.BgClassName
{
background-color: #93304D;
}
</style>
border-color css
<style>
span { border-color: #93304D; }
span { border-color: rgb(147,48,77); }
td.TdClassName
{
border-color: #93304D;
}
.TagClassName
{
border-color: #93304D;
}
</style>