Shades of Lipstick #93314D
Tints of Lipstick #93314D
RGB
CMYK
RGB Variations
Color information
#93314D (or 0x93314D) is known color: Lipstick. HEX triplet: 93, 31 and 4D. RGB value is (147,49,77). Sum of RGB (Red+Green+Blue) = 147+49+77=273 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.85% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 147 - color contains mainly: red. Hex color #93314D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93314D is #6CCEB2. Grayscale: #515151. Windows color (decimal): -7130803 or 5058963. OLE color: 5058963.
HSL color Cylindrical-coordinate representation of color #93314D: hue angle of 342.86º 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 #93314D is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 49 | 77 | - |
| CMYK | 0 | 0.67 | 0.48 | 0.42 |
| HSL | 342.86º | 0.5% | 0.38% | - |
| HSV(B) | 342.86º | 0.67% | 0.58% | - |
| XYZ | 14.47 | 8.94 | 7.98 | - |
| YUV | 81.49 | 125.47 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 49 | 77 | 0 | 0.67 | 0.48 | 0.42 | 342.86 | 0.5 | 0.38 |
| Hex | 93 | 31 | 4D | 0 | 43 | 30 | 2A | 157 | 32 | 26 |
| Octal | 223 | 61 | 115 | 0 | 103 | 60 | 52 | 527 | 62 | 46 |
| Binary | 10010011 | 110001 | 1001101 | 0 | 1000011 | 110000 | 101010 | 101010111 | 110010 | 100110 |
Color Harmonies of #93314D
Complementary color
Monochromatic Colors of #93314D
Black with #93314D
Text Example
Text Example
White with #93314D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93314D; }
p { color: rgb(147,49,77); }
H1.HeaderClassName
{
color: #93314D;
}
.AnyTagClassName
{
color: #93314D;
}
</style>
background-color css
<style>
a { background-color: #93314D; }
a { background-color: rgb(147,49,77); }
div.DivClassName
{
background-color: #93314D;
}
.BgClassName
{
background-color: #93314D;
}
</style>
border-color css
<style>
span { border-color: #93314D; }
span { border-color: rgb(147,49,77); }
td.TdClassName
{
border-color: #93314D;
}
.TagClassName
{
border-color: #93314D;
}
</style>