Shades of Lipstick #93304C
Tints of Lipstick #93304C
RGB
CMYK
RGB Variations
Color information
#93304C (or 0x93304C) is known color: Lipstick. HEX triplet: 93, 30 and 4C. RGB value is (147,48,76). Sum of RGB (Red+Green+Blue) = 147+48+76=271 (35% of max value = 765). Red value is 147 (57.81% from 255 or 54.24% from 271); Green value is 48 (19.14% from 255 or 17.71% from 271); Blue value is 76 (30.08% from 255 or 28.04% from 271); Max value from RGB is 147 - color contains mainly: red. Hex color #93304C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93304C is #6CCFB3. Grayscale: #505050. Windows color (decimal): -7131060 or 4993171. OLE color: 4993171.
HSL color Cylindrical-coordinate representation of color #93304C: hue angle of 343.03º 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 #93304C is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 48 | 76 | - |
| CMYK | 0 | 0.67 | 0.48 | 0.42 |
| HSL | 343.03º | 0.51% | 0.38% | - |
| HSV(B) | 343.03º | 0.67% | 0.58% | - |
| XYZ | 14.39 | 8.84 | 7.78 | - |
| YUV | 80.79 | 125.3 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 48 | 76 | 0 | 0.67 | 0.48 | 0.42 | 343.03 | 0.51 | 0.38 |
| Hex | 93 | 30 | 4C | 0 | 43 | 30 | 2A | 157 | 33 | 26 |
| Octal | 223 | 60 | 114 | 0 | 103 | 60 | 52 | 527 | 63 | 46 |
| Binary | 10010011 | 110000 | 1001100 | 0 | 1000011 | 110000 | 101010 | 101010111 | 110011 | 100110 |
Color Harmonies of #93304C
Complementary color
Monochromatic Colors of #93304C
Black with #93304C
Text Example
Text Example
White with #93304C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93304C; }
p { color: rgb(147,48,76); }
H1.HeaderClassName
{
color: #93304C;
}
.AnyTagClassName
{
color: #93304C;
}
</style>
background-color css
<style>
a { background-color: #93304C; }
a { background-color: rgb(147,48,76); }
div.DivClassName
{
background-color: #93304C;
}
.BgClassName
{
background-color: #93304C;
}
</style>
border-color css
<style>
span { border-color: #93304C; }
span { border-color: rgb(147,48,76); }
td.TdClassName
{
border-color: #93304C;
}
.TagClassName
{
border-color: #93304C;
}
</style>