Shades of Lipstick #93325C
Tints of Lipstick #93325C
RGB
CMYK
RGB Variations
Color information
#93325C (or 0x93325C) is known color: Lipstick. HEX triplet: 93, 32 and 5C. RGB value is (147,50,92). Sum of RGB (Red+Green+Blue) = 147+50+92=289 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.87% from 289); Green value is 50 (19.92% from 255 or 17.30% from 289); Blue value is 92 (36.33% from 255 or 31.83% from 289); Max value from RGB is 147 - color contains mainly: red. Hex color #93325C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93325C is #6CCDA3. Grayscale: #535353. Windows color (decimal): -7130532 or 6042259. OLE color: 6042259.
HSL color Cylindrical-coordinate representation of color #93325C: hue angle of 334.02º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #93325C is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 50 | 92 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.42 |
| HSL | 334.02º | 0.49% | 0.39% | - |
| HSV(B) | 334.02º | 0.66% | 0.58% | - |
| XYZ | 15.1 | 9.26 | 11.12 | - |
| YUV | 83.79 | 132.64 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 50 | 92 | 0 | 0.66 | 0.37 | 0.42 | 334.02 | 0.49 | 0.39 |
| Hex | 93 | 32 | 5C | 0 | 42 | 25 | 2A | 14E | 31 | 27 |
| Octal | 223 | 62 | 134 | 0 | 102 | 45 | 52 | 516 | 61 | 47 |
| Binary | 10010011 | 110010 | 1011100 | 0 | 1000010 | 100101 | 101010 | 101001110 | 110001 | 100111 |
Color Harmonies of #93325C
Complementary color
Monochromatic Colors of #93325C
Black with #93325C
Text Example
Text Example
White with #93325C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93325C; }
p { color: rgb(147,50,92); }
H1.HeaderClassName
{
color: #93325C;
}
.AnyTagClassName
{
color: #93325C;
}
</style>
background-color css
<style>
a { background-color: #93325C; }
a { background-color: rgb(147,50,92); }
div.DivClassName
{
background-color: #93325C;
}
.BgClassName
{
background-color: #93325C;
}
</style>
border-color css
<style>
span { border-color: #93325C; }
span { border-color: rgb(147,50,92); }
td.TdClassName
{
border-color: #93325C;
}
.TagClassName
{
border-color: #93325C;
}
</style>