Shades of Lipstick #942E5B
Tints of Lipstick #942E5B
RGB
CMYK
RGB Variations
Color information
#942E5B (or 0x942E5B) is known color: Lipstick. HEX triplet: 94, 2E and 5B. RGB value is (148,46,91). Sum of RGB (Red+Green+Blue) = 148+46+91=285 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.93% from 285); Green value is 46 (18.36% from 255 or 16.14% from 285); Blue value is 91 (35.94% from 255 or 31.93% from 285); Max value from RGB is 148 - color contains mainly: red. Hex color #942E5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942E5B is #6BD1A4. Grayscale: #515151. Windows color (decimal): -7066021 or 5975700. OLE color: 5975700.
HSL color Cylindrical-coordinate representation of color #942E5B: hue angle of 333.53º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #942E5B is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 46 | 91 | - |
| CMYK | 0 | 0.69 | 0.39 | 0.42 |
| HSL | 333.53º | 0.53% | 0.38% | - |
| HSV(B) | 333.53º | 0.69% | 0.58% | - |
| XYZ | 15.08 | 9.01 | 10.84 | - |
| YUV | 81.63 | 133.29 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 46 | 91 | 0 | 0.69 | 0.39 | 0.42 | 333.53 | 0.53 | 0.38 |
| Hex | 94 | 2E | 5B | 0 | 45 | 27 | 2A | 14E | 35 | 26 |
| Octal | 224 | 56 | 133 | 0 | 105 | 47 | 52 | 516 | 65 | 46 |
| Binary | 10010100 | 101110 | 1011011 | 0 | 1000101 | 100111 | 101010 | 101001110 | 110101 | 100110 |
Color Harmonies of #942E5B
Complementary color
Monochromatic Colors of #942E5B
Black with #942E5B
Text Example
Text Example
White with #942E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942E5B; }
p { color: rgb(148,46,91); }
H1.HeaderClassName
{
color: #942E5B;
}
.AnyTagClassName
{
color: #942E5B;
}
</style>
background-color css
<style>
a { background-color: #942E5B; }
a { background-color: rgb(148,46,91); }
div.DivClassName
{
background-color: #942E5B;
}
.BgClassName
{
background-color: #942E5B;
}
</style>
border-color css
<style>
span { border-color: #942E5B; }
span { border-color: rgb(148,46,91); }
td.TdClassName
{
border-color: #942E5B;
}
.TagClassName
{
border-color: #942E5B;
}
</style>