Shades of Lipstick #93225C
Tints of Lipstick #93225C
RGB
CMYK
RGB Variations
Color information
#93225C (or 0x93225C) is known color: Lipstick. HEX triplet: 93, 22 and 5C. RGB value is (147,34,92). Sum of RGB (Red+Green+Blue) = 147+34+92=273 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.85% from 273); Green value is 34 (13.67% from 255 or 12.45% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 147 - color contains mainly: red. Hex color #93225C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93225C is #6CDDA3. Grayscale: #4A4A4A. Windows color (decimal): -7134628 or 6038163. OLE color: 6038163.
HSL color Cylindrical-coordinate representation of color #93225C: hue angle of 329.2º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #93225C is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 34 | 92 | - |
| CMYK | 0 | 0.77 | 0.37 | 0.42 |
| HSL | 329.2º | 0.62% | 0.35% | - |
| HSV(B) | 329.2º | 0.77% | 0.58% | - |
| XYZ | 14.54 | 8.12 | 10.93 | - |
| YUV | 74.4 | 137.94 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 34 | 92 | 0 | 0.77 | 0.37 | 0.42 | 329.2 | 0.62 | 0.35 |
| Hex | 93 | 22 | 5C | 0 | 4D | 25 | 2A | 149 | 3E | 23 |
| Octal | 223 | 42 | 134 | 0 | 115 | 45 | 52 | 511 | 76 | 43 |
| Binary | 10010011 | 100010 | 1011100 | 0 | 1001101 | 100101 | 101010 | 101001001 | 111110 | 100011 |
Color Harmonies of #93225C
Complementary color
Monochromatic Colors of #93225C
Black with #93225C
Text Example
Text Example
White with #93225C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93225C; }
p { color: rgb(147,34,92); }
H1.HeaderClassName
{
color: #93225C;
}
.AnyTagClassName
{
color: #93225C;
}
</style>
background-color css
<style>
a { background-color: #93225C; }
a { background-color: rgb(147,34,92); }
div.DivClassName
{
background-color: #93225C;
}
.BgClassName
{
background-color: #93225C;
}
</style>
border-color css
<style>
span { border-color: #93225C; }
span { border-color: rgb(147,34,92); }
td.TdClassName
{
border-color: #93225C;
}
.TagClassName
{
border-color: #93225C;
}
</style>