Shades of Lipstick #93385F
Tints of Lipstick #93385F
RGB
CMYK
RGB Variations
Color information
#93385F (or 0x93385F) is known color: Lipstick. HEX triplet: 93, 38 and 5F. RGB value is (147,56,95). Sum of RGB (Red+Green+Blue) = 147+56+95=298 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.33% from 298); Green value is 56 (22.27% from 255 or 18.79% from 298); Blue value is 95 (37.5% from 255 or 31.88% from 298); Max value from RGB is 147 - color contains mainly: red. Hex color #93385F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93385F is #6CC7A0. Grayscale: #575757. Windows color (decimal): -7128993 or 6240403. OLE color: 6240403.
HSL color Cylindrical-coordinate representation of color #93385F: hue angle of 334.29º 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 #93385F is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 56 | 95 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.42 |
| HSL | 334.29º | 0.45% | 0.4% | - |
| HSV(B) | 334.29º | 0.62% | 0.58% | - |
| XYZ | 15.51 | 9.86 | 11.91 | - |
| YUV | 87.66 | 132.15 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 56 | 95 | 0 | 0.62 | 0.35 | 0.42 | 334.29 | 0.45 | 0.4 |
| Hex | 93 | 38 | 5F | 0 | 3E | 23 | 2A | 14E | 2D | 28 |
| Octal | 223 | 70 | 137 | 0 | 76 | 43 | 52 | 516 | 55 | 50 |
| Binary | 10010011 | 111000 | 1011111 | 0 | 111110 | 100011 | 101010 | 101001110 | 101101 | 101000 |
Color Harmonies of #93385F
Complementary color
Monochromatic Colors of #93385F
Black with #93385F
Text Example
Text Example
White with #93385F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93385F; }
p { color: rgb(147,56,95); }
H1.HeaderClassName
{
color: #93385F;
}
.AnyTagClassName
{
color: #93385F;
}
</style>
background-color css
<style>
a { background-color: #93385F; }
a { background-color: rgb(147,56,95); }
div.DivClassName
{
background-color: #93385F;
}
.BgClassName
{
background-color: #93385F;
}
</style>
border-color css
<style>
span { border-color: #93385F; }
span { border-color: rgb(147,56,95); }
td.TdClassName
{
border-color: #93385F;
}
.TagClassName
{
border-color: #93385F;
}
</style>