Shades of Lipstick #93194E
Tints of Lipstick #93194E
RGB
CMYK
RGB Variations
Color information
#93194E (or 0x93194E) is known color: Lipstick. HEX triplet: 93, 19 and 4E. RGB value is (147,25,78). Sum of RGB (Red+Green+Blue) = 147+25+78=250 (33% of max value = 765). Red value is 147 (57.81% from 255 or 58.8% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 78 (30.86% from 255 or 31.2% from 250); Max value from RGB is 147 - color contains mainly: red. Hex color #93194E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93194E is #6CE6B1. Grayscale: #434343. Windows color (decimal): -7136946 or 5118355. OLE color: 5118355.
HSL color Cylindrical-coordinate representation of color #93194E: hue angle of 333.93º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #93194E is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 25 | 78 | - |
| CMYK | 0 | 0.83 | 0.47 | 0.42 |
| HSL | 333.93º | 0.71% | 0.34% | - |
| HSV(B) | 333.93º | 0.83% | 0.58% | - |
| XYZ | 13.76 | 7.45 | 7.92 | - |
| YUV | 67.52 | 133.92 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 25 | 78 | 0 | 0.83 | 0.47 | 0.42 | 333.93 | 0.71 | 0.34 |
| Hex | 93 | 19 | 4E | 0 | 53 | 2F | 2A | 14E | 47 | 22 |
| Octal | 223 | 31 | 116 | 0 | 123 | 57 | 52 | 516 | 107 | 42 |
| Binary | 10010011 | 11001 | 1001110 | 0 | 1010011 | 101111 | 101010 | 101001110 | 1000111 | 100010 |
Color Harmonies of #93194E
Complementary color
Monochromatic Colors of #93194E
Black with #93194E
Text Example
Text Example
White with #93194E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93194E; }
p { color: rgb(147,25,78); }
H1.HeaderClassName
{
color: #93194E;
}
.AnyTagClassName
{
color: #93194E;
}
</style>
background-color css
<style>
a { background-color: #93194E; }
a { background-color: rgb(147,25,78); }
div.DivClassName
{
background-color: #93194E;
}
.BgClassName
{
background-color: #93194E;
}
</style>
border-color css
<style>
span { border-color: #93194E; }
span { border-color: rgb(147,25,78); }
td.TdClassName
{
border-color: #93194E;
}
.TagClassName
{
border-color: #93194E;
}
</style>