Shades of Lipstick #94295D
Tints of Lipstick #94295D
RGB
CMYK
RGB Variations
Color information
#94295D (or 0x94295D) is known color: Lipstick. HEX triplet: 94, 29 and 5D. RGB value is (148,41,93). Sum of RGB (Red+Green+Blue) = 148+41+93=282 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.48% from 282); Green value is 41 (16.41% from 255 or 14.54% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 148 - color contains mainly: red. Hex color #94295D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94295D is #6BD6A2. Grayscale: #4E4E4E. Windows color (decimal): -7067299 or 6105492. OLE color: 6105492.
HSL color Cylindrical-coordinate representation of color #94295D: hue angle of 330.84º degrees, saturation: 0.57, 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 #94295D is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 41 | 93 | - |
| CMYK | 0 | 0.72 | 0.37 | 0.42 |
| HSL | 330.84º | 0.57% | 0.37% | - |
| HSV(B) | 330.84º | 0.72% | 0.58% | - |
| XYZ | 14.98 | 8.67 | 11.24 | - |
| YUV | 78.92 | 135.95 | 177.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 41 | 93 | 0 | 0.72 | 0.37 | 0.42 | 330.84 | 0.57 | 0.37 |
| Hex | 94 | 29 | 5D | 0 | 48 | 25 | 2A | 14B | 39 | 25 |
| Octal | 224 | 51 | 135 | 0 | 110 | 45 | 52 | 513 | 71 | 45 |
| Binary | 10010100 | 101001 | 1011101 | 0 | 1001000 | 100101 | 101010 | 101001011 | 111001 | 100101 |
Color Harmonies of #94295D
Complementary color
Monochromatic Colors of #94295D
Black with #94295D
Text Example
Text Example
White with #94295D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94295D; }
p { color: rgb(148,41,93); }
H1.HeaderClassName
{
color: #94295D;
}
.AnyTagClassName
{
color: #94295D;
}
</style>
background-color css
<style>
a { background-color: #94295D; }
a { background-color: rgb(148,41,93); }
div.DivClassName
{
background-color: #94295D;
}
.BgClassName
{
background-color: #94295D;
}
</style>
border-color css
<style>
span { border-color: #94295D; }
span { border-color: rgb(148,41,93); }
td.TdClassName
{
border-color: #94295D;
}
.TagClassName
{
border-color: #94295D;
}
</style>