Shades of Lipstick #93294B
Tints of Lipstick #93294B
RGB
CMYK
RGB Variations
Color information
#93294B (or 0x93294B) is known color: Lipstick. HEX triplet: 93, 29 and 4B. RGB value is (147,41,75). Sum of RGB (Red+Green+Blue) = 147+41+75=263 (34% of max value = 765). Red value is 147 (57.81% from 255 or 55.89% from 263); Green value is 41 (16.41% from 255 or 15.59% from 263); Blue value is 75 (29.69% from 255 or 28.52% from 263); Max value from RGB is 147 - color contains mainly: red. Hex color #93294B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93294B is #6CD6B4. Grayscale: #4C4C4C. Windows color (decimal): -7132853 or 4925843. OLE color: 4925843.
HSL color Cylindrical-coordinate representation of color #93294B: hue angle of 340.75º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #93294B is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 41 | 75 | - |
| CMYK | 0 | 0.72 | 0.49 | 0.42 |
| HSL | 340.75º | 0.56% | 0.37% | - |
| HSV(B) | 340.75º | 0.72% | 0.58% | - |
| XYZ | 14.1 | 8.3 | 7.52 | - |
| YUV | 76.57 | 127.12 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 41 | 75 | 0 | 0.72 | 0.49 | 0.42 | 340.75 | 0.56 | 0.37 |
| Hex | 93 | 29 | 4B | 0 | 48 | 31 | 2A | 155 | 38 | 25 |
| Octal | 223 | 51 | 113 | 0 | 110 | 61 | 52 | 525 | 70 | 45 |
| Binary | 10010011 | 101001 | 1001011 | 0 | 1001000 | 110001 | 101010 | 101010101 | 111000 | 100101 |
Color Harmonies of #93294B
Complementary color
Monochromatic Colors of #93294B
Black with #93294B
Text Example
Text Example
White with #93294B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93294B; }
p { color: rgb(147,41,75); }
H1.HeaderClassName
{
color: #93294B;
}
.AnyTagClassName
{
color: #93294B;
}
</style>
background-color css
<style>
a { background-color: #93294B; }
a { background-color: rgb(147,41,75); }
div.DivClassName
{
background-color: #93294B;
}
.BgClassName
{
background-color: #93294B;
}
</style>
border-color css
<style>
span { border-color: #93294B; }
span { border-color: rgb(147,41,75); }
td.TdClassName
{
border-color: #93294B;
}
.TagClassName
{
border-color: #93294B;
}
</style>