Shades of Lipstick #942949
Tints of Lipstick #942949
RGB
CMYK
RGB Variations
Color information
#942949 (or 0x942949) is known color: Lipstick. HEX triplet: 94, 29 and 49. RGB value is (148,41,73). Sum of RGB (Red+Green+Blue) = 148+41+73=262 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.49% from 262); Green value is 41 (16.41% from 255 or 15.65% from 262); Blue value is 73 (28.91% from 255 or 27.86% from 262); Max value from RGB is 148 - color contains mainly: red. Hex color #942949 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942949 is #6BD6B6. Grayscale: #4C4C4C. Windows color (decimal): -7067319 or 4794772. OLE color: 4794772.
HSL color Cylindrical-coordinate representation of color #942949: hue angle of 342.06º 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 #942949 is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 41 | 73 | - |
| CMYK | 0 | 0.72 | 0.51 | 0.42 |
| HSL | 342.06º | 0.57% | 0.37% | - |
| HSV(B) | 342.06º | 0.72% | 0.58% | - |
| XYZ | 14.21 | 8.36 | 7.17 | - |
| YUV | 76.64 | 125.95 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 41 | 73 | 0 | 0.72 | 0.51 | 0.42 | 342.06 | 0.57 | 0.37 |
| Hex | 94 | 29 | 49 | 0 | 48 | 33 | 2A | 156 | 39 | 25 |
| Octal | 224 | 51 | 111 | 0 | 110 | 63 | 52 | 526 | 71 | 45 |
| Binary | 10010100 | 101001 | 1001001 | 0 | 1001000 | 110011 | 101010 | 101010110 | 111001 | 100101 |
Color Harmonies of #942949
Complementary color
Monochromatic Colors of #942949
Black with #942949
Text Example
Text Example
White with #942949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942949; }
p { color: rgb(148,41,73); }
H1.HeaderClassName
{
color: #942949;
}
.AnyTagClassName
{
color: #942949;
}
</style>
background-color css
<style>
a { background-color: #942949; }
a { background-color: rgb(148,41,73); }
div.DivClassName
{
background-color: #942949;
}
.BgClassName
{
background-color: #942949;
}
</style>
border-color css
<style>
span { border-color: #942949; }
span { border-color: rgb(148,41,73); }
td.TdClassName
{
border-color: #942949;
}
.TagClassName
{
border-color: #942949;
}
</style>