Shades of Lipstick #942D4D
Tints of Lipstick #942D4D
RGB
CMYK
RGB Variations
Color information
#942D4D (or 0x942D4D) is known color: Lipstick. HEX triplet: 94, 2D and 4D. RGB value is (148,45,77). Sum of RGB (Red+Green+Blue) = 148+45+77=270 (35% of max value = 765). Red value is 148 (58.20% from 255 or 54.81% from 270); Green value is 45 (17.97% from 255 or 16.67% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 148 - color contains mainly: red. Hex color #942D4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942D4D is #6BD2B2. Grayscale: #4F4F4F. Windows color (decimal): -7066291 or 5057940. OLE color: 5057940.
HSL color Cylindrical-coordinate representation of color #942D4D: hue angle of 341.36º 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 #942D4D is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 45 | 77 | - |
| CMYK | 0 | 0.70 | 0.48 | 0.42 |
| HSL | 341.36º | 0.53% | 0.38% | - |
| HSV(B) | 341.36º | 0.7% | 0.58% | - |
| XYZ | 14.49 | 8.71 | 7.94 | - |
| YUV | 79.45 | 126.62 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 45 | 77 | 0 | 0.70 | 0.48 | 0.42 | 341.36 | 0.53 | 0.38 |
| Hex | 94 | 2D | 4D | 0 | 46 | 30 | 2A | 155 | 35 | 26 |
| Octal | 224 | 55 | 115 | 0 | 106 | 60 | 52 | 525 | 65 | 46 |
| Binary | 10010100 | 101101 | 1001101 | 0 | 1000110 | 110000 | 101010 | 101010101 | 110101 | 100110 |
Color Harmonies of #942D4D
Complementary color
Monochromatic Colors of #942D4D
Black with #942D4D
Text Example
Text Example
White with #942D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942D4D; }
p { color: rgb(148,45,77); }
H1.HeaderClassName
{
color: #942D4D;
}
.AnyTagClassName
{
color: #942D4D;
}
</style>
background-color css
<style>
a { background-color: #942D4D; }
a { background-color: rgb(148,45,77); }
div.DivClassName
{
background-color: #942D4D;
}
.BgClassName
{
background-color: #942D4D;
}
</style>
border-color css
<style>
span { border-color: #942D4D; }
span { border-color: rgb(148,45,77); }
td.TdClassName
{
border-color: #942D4D;
}
.TagClassName
{
border-color: #942D4D;
}
</style>