Shades of Lipstick #93134D
Tints of Lipstick #93134D
RGB
CMYK
RGB Variations
Color information
#93134D (or 0x93134D) is known color: Lipstick. HEX triplet: 93, 13 and 4D. RGB value is (147,19,77). Sum of RGB (Red+Green+Blue) = 147+19+77=243 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60.49% from 243); Green value is 19 (7.81% from 255 or 7.82% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 147 - color contains mainly: red. Hex color #93134D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93134D is #6CECB2. Grayscale: #3F3F3F. Windows color (decimal): -7138483 or 5051283. OLE color: 5051283.
HSL color Cylindrical-coordinate representation of color #93134D: hue angle of 332.81º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #93134D is Cyan = 0, Magento = 0.87, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 19 | 77 | - |
| CMYK | 0 | 0.87 | 0.48 | 0.42 |
| HSL | 332.81º | 0.77% | 0.33% | - |
| HSV(B) | 332.81º | 0.87% | 0.58% | - |
| XYZ | 13.61 | 7.2 | 7.69 | - |
| YUV | 63.88 | 135.41 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 19 | 77 | 0 | 0.87 | 0.48 | 0.42 | 332.81 | 0.77 | 0.33 |
| Hex | 93 | 13 | 4D | 0 | 57 | 30 | 2A | 14D | 4D | 21 |
| Octal | 223 | 23 | 115 | 0 | 127 | 60 | 52 | 515 | 115 | 41 |
| Binary | 10010011 | 10011 | 1001101 | 0 | 1010111 | 110000 | 101010 | 101001101 | 1001101 | 100001 |
Color Harmonies of #93134D
Complementary color
Monochromatic Colors of #93134D
Black with #93134D
Text Example
Text Example
White with #93134D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93134D; }
p { color: rgb(147,19,77); }
H1.HeaderClassName
{
color: #93134D;
}
.AnyTagClassName
{
color: #93134D;
}
</style>
background-color css
<style>
a { background-color: #93134D; }
a { background-color: rgb(147,19,77); }
div.DivClassName
{
background-color: #93134D;
}
.BgClassName
{
background-color: #93134D;
}
</style>
border-color css
<style>
span { border-color: #93134D; }
span { border-color: rgb(147,19,77); }
td.TdClassName
{
border-color: #93134D;
}
.TagClassName
{
border-color: #93134D;
}
</style>