Shades of Lipstick #93225D
Tints of Lipstick #93225D
RGB
CMYK
RGB Variations
Color information
#93225D (or 0x93225D) is known color: Lipstick. HEX triplet: 93, 22 and 5D. RGB value is (147,34,93). Sum of RGB (Red+Green+Blue) = 147+34+93=274 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.65% from 274); Green value is 34 (13.67% from 255 or 12.41% from 274); Blue value is 93 (36.72% from 255 or 33.94% from 274); Max value from RGB is 147 - color contains mainly: red. Hex color #93225D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93225D is #6CDDA2. Grayscale: #4A4A4A. Windows color (decimal): -7134627 or 6103699. OLE color: 6103699.
HSL color Cylindrical-coordinate representation of color #93225D: hue angle of 328.67º 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 #93225D is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 34 | 93 | - |
| CMYK | 0 | 0.77 | 0.37 | 0.42 |
| HSL | 328.67º | 0.62% | 0.35% | - |
| HSV(B) | 328.67º | 0.77% | 0.58% | - |
| XYZ | 14.58 | 8.14 | 11.16 | - |
| YUV | 74.51 | 138.44 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 34 | 93 | 0 | 0.77 | 0.37 | 0.42 | 328.67 | 0.62 | 0.35 |
| Hex | 93 | 22 | 5D | 0 | 4D | 25 | 2A | 149 | 3E | 23 |
| Octal | 223 | 42 | 135 | 0 | 115 | 45 | 52 | 511 | 76 | 43 |
| Binary | 10010011 | 100010 | 1011101 | 0 | 1001101 | 100101 | 101010 | 101001001 | 111110 | 100011 |
Color Harmonies of #93225D
Complementary color
Monochromatic Colors of #93225D
Black with #93225D
Text Example
Text Example
White with #93225D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93225D; }
p { color: rgb(147,34,93); }
H1.HeaderClassName
{
color: #93225D;
}
.AnyTagClassName
{
color: #93225D;
}
</style>
background-color css
<style>
a { background-color: #93225D; }
a { background-color: rgb(147,34,93); }
div.DivClassName
{
background-color: #93225D;
}
.BgClassName
{
background-color: #93225D;
}
</style>
border-color css
<style>
span { border-color: #93225D; }
span { border-color: rgb(147,34,93); }
td.TdClassName
{
border-color: #93225D;
}
.TagClassName
{
border-color: #93225D;
}
</style>