Shades of Lipstick #93385C
Tints of Lipstick #93385C
RGB
CMYK
RGB Variations
Color information
#93385C (or 0x93385C) is known color: Lipstick. HEX triplet: 93, 38 and 5C. RGB value is (147,56,92). Sum of RGB (Red+Green+Blue) = 147+56+92=295 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.83% from 295); Green value is 56 (22.27% from 255 or 18.98% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 147 - color contains mainly: red. Hex color #93385C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93385C is #6CC7A3. Grayscale: #575757. Windows color (decimal): -7128996 or 6043795. OLE color: 6043795.
HSL color Cylindrical-coordinate representation of color #93385C: hue angle of 336.26º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #93385C is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 56 | 92 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.42 |
| HSL | 336.26º | 0.45% | 0.4% | - |
| HSV(B) | 336.26º | 0.62% | 0.58% | - |
| XYZ | 15.38 | 9.8 | 11.21 | - |
| YUV | 87.31 | 130.65 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 56 | 92 | 0 | 0.62 | 0.37 | 0.42 | 336.26 | 0.45 | 0.4 |
| Hex | 93 | 38 | 5C | 0 | 3E | 25 | 2A | 150 | 2D | 28 |
| Octal | 223 | 70 | 134 | 0 | 76 | 45 | 52 | 520 | 55 | 50 |
| Binary | 10010011 | 111000 | 1011100 | 0 | 111110 | 100101 | 101010 | 101010000 | 101101 | 101000 |
Color Harmonies of #93385C
Complementary color
Monochromatic Colors of #93385C
Black with #93385C
Text Example
Text Example
White with #93385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93385C; }
p { color: rgb(147,56,92); }
H1.HeaderClassName
{
color: #93385C;
}
.AnyTagClassName
{
color: #93385C;
}
</style>
background-color css
<style>
a { background-color: #93385C; }
a { background-color: rgb(147,56,92); }
div.DivClassName
{
background-color: #93385C;
}
.BgClassName
{
background-color: #93385C;
}
</style>
border-color css
<style>
span { border-color: #93385C; }
span { border-color: rgb(147,56,92); }
td.TdClassName
{
border-color: #93385C;
}
.TagClassName
{
border-color: #93385C;
}
</style>