Shades of Lipstick #942D4E
Tints of Lipstick #942D4E
RGB
CMYK
RGB Variations
Color information
#942D4E (or 0x942D4E) is known color: Lipstick. HEX triplet: 94, 2D and 4E. RGB value is (148,45,78). Sum of RGB (Red+Green+Blue) = 148+45+78=271 (35% of max value = 765). Red value is 148 (58.20% from 255 or 54.61% from 271); Green value is 45 (17.97% from 255 or 16.61% from 271); Blue value is 78 (30.86% from 255 or 28.78% from 271); Max value from RGB is 148 - color contains mainly: red. Hex color #942D4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942D4E is #6BD2B1. Grayscale: #4F4F4F. Windows color (decimal): -7066290 or 5123476. OLE color: 5123476.
HSL color Cylindrical-coordinate representation of color #942D4E: hue angle of 340.78º 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 #942D4E is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 45 | 78 | - |
| CMYK | 0 | 0.70 | 0.47 | 0.42 |
| HSL | 340.78º | 0.53% | 0.38% | - |
| HSV(B) | 340.78º | 0.7% | 0.58% | - |
| XYZ | 14.53 | 8.72 | 8.13 | - |
| YUV | 79.56 | 127.12 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 45 | 78 | 0 | 0.70 | 0.47 | 0.42 | 340.78 | 0.53 | 0.38 |
| Hex | 94 | 2D | 4E | 0 | 46 | 2F | 2A | 155 | 35 | 26 |
| Octal | 224 | 55 | 116 | 0 | 106 | 57 | 52 | 525 | 65 | 46 |
| Binary | 10010100 | 101101 | 1001110 | 0 | 1000110 | 101111 | 101010 | 101010101 | 110101 | 100110 |
Color Harmonies of #942D4E
Complementary color
Monochromatic Colors of #942D4E
Black with #942D4E
Text Example
Text Example
White with #942D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942D4E; }
p { color: rgb(148,45,78); }
H1.HeaderClassName
{
color: #942D4E;
}
.AnyTagClassName
{
color: #942D4E;
}
</style>
background-color css
<style>
a { background-color: #942D4E; }
a { background-color: rgb(148,45,78); }
div.DivClassName
{
background-color: #942D4E;
}
.BgClassName
{
background-color: #942D4E;
}
</style>
border-color css
<style>
span { border-color: #942D4E; }
span { border-color: rgb(148,45,78); }
td.TdClassName
{
border-color: #942D4E;
}
.TagClassName
{
border-color: #942D4E;
}
</style>