Shades of Lipstick #93326C
Tints of Lipstick #93326C
RGB
CMYK
RGB Variations
Color information
#93326C (or 0x93326C) is known color: Lipstick. HEX triplet: 93, 32 and 6C. RGB value is (147,50,108). Sum of RGB (Red+Green+Blue) = 147+50+108=305 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.20% from 305); Green value is 50 (19.92% from 255 or 16.39% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 147 - color contains mainly: red. Hex color #93326C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93326C is #6CCD93. Grayscale: #555555. Windows color (decimal): -7130516 or 7090835. OLE color: 7090835.
HSL color Cylindrical-coordinate representation of color #93326C: hue angle of 324.12º 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 #93326C is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 50 | 108 | - |
| CMYK | 0 | 0.66 | 0.27 | 0.42 |
| HSL | 324.12º | 0.49% | 0.39% | - |
| HSV(B) | 324.12º | 0.66% | 0.58% | - |
| XYZ | 15.88 | 9.57 | 15.2 | - |
| YUV | 85.62 | 140.64 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 50 | 108 | 0 | 0.66 | 0.27 | 0.42 | 324.12 | 0.49 | 0.39 |
| Hex | 93 | 32 | 6C | 0 | 42 | 1B | 2A | 144 | 31 | 27 |
| Octal | 223 | 62 | 154 | 0 | 102 | 33 | 52 | 504 | 61 | 47 |
| Binary | 10010011 | 110010 | 1101100 | 0 | 1000010 | 11011 | 101010 | 101000100 | 110001 | 100111 |
Color Harmonies of #93326C
Complementary color
Monochromatic Colors of #93326C
Black with #93326C
Text Example
Text Example
White with #93326C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93326C; }
p { color: rgb(147,50,108); }
H1.HeaderClassName
{
color: #93326C;
}
.AnyTagClassName
{
color: #93326C;
}
</style>
background-color css
<style>
a { background-color: #93326C; }
a { background-color: rgb(147,50,108); }
div.DivClassName
{
background-color: #93326C;
}
.BgClassName
{
background-color: #93326C;
}
</style>
border-color css
<style>
span { border-color: #93326C; }
span { border-color: rgb(147,50,108); }
td.TdClassName
{
border-color: #93326C;
}
.TagClassName
{
border-color: #93326C;
}
</style>