Shades of Lipstick #93194C
Tints of Lipstick #93194C
RGB
CMYK
RGB Variations
Color information
#93194C (or 0x93194C) is known color: Lipstick. HEX triplet: 93, 19 and 4C. RGB value is (147,25,76). Sum of RGB (Red+Green+Blue) = 147+25+76=248 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.27% from 248); Green value is 25 (10.16% from 255 or 10.08% from 248); Blue value is 76 (30.08% from 255 or 30.65% from 248); Max value from RGB is 147 - color contains mainly: red. Hex color #93194C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93194C is #6CE6B3. Grayscale: #434343. Windows color (decimal): -7136948 or 4987283. OLE color: 4987283.
HSL color Cylindrical-coordinate representation of color #93194C: hue angle of 334.92º 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 #93194C is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 25 | 76 | - |
| CMYK | 0 | 0.83 | 0.48 | 0.42 |
| HSL | 334.92º | 0.71% | 0.34% | - |
| HSV(B) | 334.92º | 0.83% | 0.58% | - |
| XYZ | 13.68 | 7.42 | 7.55 | - |
| YUV | 67.29 | 132.92 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 25 | 76 | 0 | 0.83 | 0.48 | 0.42 | 334.92 | 0.71 | 0.34 |
| Hex | 93 | 19 | 4C | 0 | 53 | 30 | 2A | 14F | 47 | 22 |
| Octal | 223 | 31 | 114 | 0 | 123 | 60 | 52 | 517 | 107 | 42 |
| Binary | 10010011 | 11001 | 1001100 | 0 | 1010011 | 110000 | 101010 | 101001111 | 1000111 | 100010 |
Color Harmonies of #93194C
Complementary color
Monochromatic Colors of #93194C
Black with #93194C
Text Example
Text Example
White with #93194C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93194C; }
p { color: rgb(147,25,76); }
H1.HeaderClassName
{
color: #93194C;
}
.AnyTagClassName
{
color: #93194C;
}
</style>
background-color css
<style>
a { background-color: #93194C; }
a { background-color: rgb(147,25,76); }
div.DivClassName
{
background-color: #93194C;
}
.BgClassName
{
background-color: #93194C;
}
</style>
border-color css
<style>
span { border-color: #93194C; }
span { border-color: rgb(147,25,76); }
td.TdClassName
{
border-color: #93194C;
}
.TagClassName
{
border-color: #93194C;
}
</style>