Shades of Lipstick #942D59
Tints of Lipstick #942D59
RGB
CMYK
RGB Variations
Color information
#942D59 (or 0x942D59) is known color: Lipstick. HEX triplet: 94, 2D and 59. RGB value is (148,45,89). Sum of RGB (Red+Green+Blue) = 148+45+89=282 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.48% from 282); Green value is 45 (17.97% from 255 or 15.96% from 282); Blue value is 89 (35.16% from 255 or 31.56% from 282); Max value from RGB is 148 - color contains mainly: red. Hex color #942D59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942D59 is #6BD2A6. Grayscale: #505050. Windows color (decimal): -7066279 or 5844372. OLE color: 5844372.
HSL color Cylindrical-coordinate representation of color #942D59: hue angle of 334.37º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #942D59 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 45 | 89 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.42 |
| HSL | 334.37º | 0.53% | 0.38% | - |
| HSV(B) | 334.37º | 0.7% | 0.58% | - |
| XYZ | 14.95 | 8.89 | 10.38 | - |
| YUV | 80.81 | 132.62 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 45 | 89 | 0 | 0.70 | 0.40 | 0.42 | 334.37 | 0.53 | 0.38 |
| Hex | 94 | 2D | 59 | 0 | 46 | 28 | 2A | 14E | 35 | 26 |
| Octal | 224 | 55 | 131 | 0 | 106 | 50 | 52 | 516 | 65 | 46 |
| Binary | 10010100 | 101101 | 1011001 | 0 | 1000110 | 101000 | 101010 | 101001110 | 110101 | 100110 |
Color Harmonies of #942D59
Complementary color
Monochromatic Colors of #942D59
Black with #942D59
Text Example
Text Example
White with #942D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942D59; }
p { color: rgb(148,45,89); }
H1.HeaderClassName
{
color: #942D59;
}
.AnyTagClassName
{
color: #942D59;
}
</style>
background-color css
<style>
a { background-color: #942D59; }
a { background-color: rgb(148,45,89); }
div.DivClassName
{
background-color: #942D59;
}
.BgClassName
{
background-color: #942D59;
}
</style>
border-color css
<style>
span { border-color: #942D59; }
span { border-color: rgb(148,45,89); }
td.TdClassName
{
border-color: #942D59;
}
.TagClassName
{
border-color: #942D59;
}
</style>