Shades of Lipstick #93346D
Tints of Lipstick #93346D
RGB
CMYK
RGB Variations
Color information
#93346D (or 0x93346D) is known color: Lipstick. HEX triplet: 93, 34 and 6D. RGB value is (147,52,109). Sum of RGB (Red+Green+Blue) = 147+52+109=308 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.73% from 308); Green value is 52 (20.70% from 255 or 16.88% from 308); Blue value is 109 (42.97% from 255 or 35.39% from 308); Max value from RGB is 147 - color contains mainly: red. Hex color #93346D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93346D is #6CCB92. Grayscale: #565656. Windows color (decimal): -7130003 or 7156883. OLE color: 7156883.
HSL color Cylindrical-coordinate representation of color #93346D: hue angle of 324º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #93346D is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 52 | 109 | - |
| CMYK | 0 | 0.65 | 0.26 | 0.42 |
| HSL | 324º | 0.48% | 0.39% | - |
| HSV(B) | 324º | 0.65% | 0.58% | - |
| XYZ | 16.02 | 9.76 | 15.51 | - |
| YUV | 86.9 | 140.47 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 52 | 109 | 0 | 0.65 | 0.26 | 0.42 | 324 | 0.48 | 0.39 |
| Hex | 93 | 34 | 6D | 0 | 41 | 1A | 2A | 144 | 30 | 27 |
| Octal | 223 | 64 | 155 | 0 | 101 | 32 | 52 | 504 | 60 | 47 |
| Binary | 10010011 | 110100 | 1101101 | 0 | 1000001 | 11010 | 101010 | 101000100 | 110000 | 100111 |
Color Harmonies of #93346D
Complementary color
Monochromatic Colors of #93346D
Black with #93346D
Text Example
Text Example
White with #93346D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93346D; }
p { color: rgb(147,52,109); }
H1.HeaderClassName
{
color: #93346D;
}
.AnyTagClassName
{
color: #93346D;
}
</style>
background-color css
<style>
a { background-color: #93346D; }
a { background-color: rgb(147,52,109); }
div.DivClassName
{
background-color: #93346D;
}
.BgClassName
{
background-color: #93346D;
}
</style>
border-color css
<style>
span { border-color: #93346D; }
span { border-color: rgb(147,52,109); }
td.TdClassName
{
border-color: #93346D;
}
.TagClassName
{
border-color: #93346D;
}
</style>