Shades of Lipstick #93184A
Tints of Lipstick #93184A
RGB
CMYK
RGB Variations
Color information
#93184A (or 0x93184A) is known color: Lipstick. HEX triplet: 93, 18 and 4A. RGB value is (147,24,74). Sum of RGB (Red+Green+Blue) = 147+24+74=245 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60% from 245); Green value is 24 (9.77% from 255 or 9.80% from 245); Blue value is 74 (29.30% from 255 or 30.20% from 245); Max value from RGB is 147 - color contains mainly: red. Hex color #93184A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93184A is #6CE7B5. Grayscale: #424242. Windows color (decimal): -7137206 or 4855955. OLE color: 4855955.
HSL color Cylindrical-coordinate representation of color #93184A: hue angle of 335.61º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #93184A is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 24 | 74 | - |
| CMYK | 0 | 0.84 | 0.50 | 0.42 |
| HSL | 335.61º | 0.72% | 0.34% | - |
| HSV(B) | 335.61º | 0.84% | 0.58% | - |
| XYZ | 13.6 | 7.35 | 7.18 | - |
| YUV | 66.48 | 132.25 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 24 | 74 | 0 | 0.84 | 0.50 | 0.42 | 335.61 | 0.72 | 0.34 |
| Hex | 93 | 18 | 4A | 0 | 54 | 32 | 2A | 150 | 48 | 22 |
| Octal | 223 | 30 | 112 | 0 | 124 | 62 | 52 | 520 | 110 | 42 |
| Binary | 10010011 | 11000 | 1001010 | 0 | 1010100 | 110010 | 101010 | 101010000 | 1001000 | 100010 |
Color Harmonies of #93184A
Complementary color
Monochromatic Colors of #93184A
Black with #93184A
Text Example
Text Example
White with #93184A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93184A; }
p { color: rgb(147,24,74); }
H1.HeaderClassName
{
color: #93184A;
}
.AnyTagClassName
{
color: #93184A;
}
</style>
background-color css
<style>
a { background-color: #93184A; }
a { background-color: rgb(147,24,74); }
div.DivClassName
{
background-color: #93184A;
}
.BgClassName
{
background-color: #93184A;
}
</style>
border-color css
<style>
span { border-color: #93184A; }
span { border-color: rgb(147,24,74); }
td.TdClassName
{
border-color: #93184A;
}
.TagClassName
{
border-color: #93184A;
}
</style>