Shades of Lipstick #93315F
Tints of Lipstick #93315F
RGB
CMYK
RGB Variations
Color information
#93315F (or 0x93315F) is known color: Lipstick. HEX triplet: 93, 31 and 5F. RGB value is (147,49,95). Sum of RGB (Red+Green+Blue) = 147+49+95=291 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.52% from 291); Green value is 49 (19.53% from 255 or 16.84% from 291); Blue value is 95 (37.5% from 255 or 32.65% from 291); Max value from RGB is 147 - color contains mainly: red. Hex color #93315F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93315F is #6CCEA0. Grayscale: #535353. Windows color (decimal): -7130785 or 6238611. OLE color: 6238611.
HSL color Cylindrical-coordinate representation of color #93315F: hue angle of 331.84º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #93315F is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 49 | 95 | - |
| CMYK | 0 | 0.67 | 0.35 | 0.42 |
| HSL | 331.84º | 0.5% | 0.38% | - |
| HSV(B) | 331.84º | 0.67% | 0.58% | - |
| XYZ | 15.2 | 9.23 | 11.81 | - |
| YUV | 83.55 | 134.47 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 49 | 95 | 0 | 0.67 | 0.35 | 0.42 | 331.84 | 0.5 | 0.38 |
| Hex | 93 | 31 | 5F | 0 | 43 | 23 | 2A | 14C | 32 | 26 |
| Octal | 223 | 61 | 137 | 0 | 103 | 43 | 52 | 514 | 62 | 46 |
| Binary | 10010011 | 110001 | 1011111 | 0 | 1000011 | 100011 | 101010 | 101001100 | 110010 | 100110 |
Color Harmonies of #93315F
Complementary color
Monochromatic Colors of #93315F
Black with #93315F
Text Example
Text Example
White with #93315F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93315F; }
p { color: rgb(147,49,95); }
H1.HeaderClassName
{
color: #93315F;
}
.AnyTagClassName
{
color: #93315F;
}
</style>
background-color css
<style>
a { background-color: #93315F; }
a { background-color: rgb(147,49,95); }
div.DivClassName
{
background-color: #93315F;
}
.BgClassName
{
background-color: #93315F;
}
</style>
border-color css
<style>
span { border-color: #93315F; }
span { border-color: rgb(147,49,95); }
td.TdClassName
{
border-color: #93315F;
}
.TagClassName
{
border-color: #93315F;
}
</style>