Shades of Lipstick #942C4F
Tints of Lipstick #942C4F
RGB
CMYK
RGB Variations
Color information
#942C4F (or 0x942C4F) is known color: Lipstick. HEX triplet: 94, 2C and 4F. RGB value is (148,44,79). Sum of RGB (Red+Green+Blue) = 148+44+79=271 (35% of max value = 765). Red value is 148 (58.20% from 255 or 54.61% from 271); Green value is 44 (17.58% from 255 or 16.24% from 271); Blue value is 79 (31.25% from 255 or 29.15% from 271); Max value from RGB is 148 - color contains mainly: red. Hex color #942C4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942C4F is #6BD3B0. Grayscale: #4F4F4F. Windows color (decimal): -7066545 or 5188756. OLE color: 5188756.
HSL color Cylindrical-coordinate representation of color #942C4F: hue angle of 339.81º degrees, saturation: 0.54, 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 #942C4F is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 44 | 79 | - |
| CMYK | 0 | 0.70 | 0.47 | 0.42 |
| HSL | 339.81º | 0.54% | 0.38% | - |
| HSV(B) | 339.81º | 0.7% | 0.58% | - |
| XYZ | 14.52 | 8.66 | 8.3 | - |
| YUV | 79.09 | 127.96 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 44 | 79 | 0 | 0.70 | 0.47 | 0.42 | 339.81 | 0.54 | 0.38 |
| Hex | 94 | 2C | 4F | 0 | 46 | 2F | 2A | 154 | 36 | 26 |
| Octal | 224 | 54 | 117 | 0 | 106 | 57 | 52 | 524 | 66 | 46 |
| Binary | 10010100 | 101100 | 1001111 | 0 | 1000110 | 101111 | 101010 | 101010100 | 110110 | 100110 |
Color Harmonies of #942C4F
Complementary color
Monochromatic Colors of #942C4F
Black with #942C4F
Text Example
Text Example
White with #942C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942C4F; }
p { color: rgb(148,44,79); }
H1.HeaderClassName
{
color: #942C4F;
}
.AnyTagClassName
{
color: #942C4F;
}
</style>
background-color css
<style>
a { background-color: #942C4F; }
a { background-color: rgb(148,44,79); }
div.DivClassName
{
background-color: #942C4F;
}
.BgClassName
{
background-color: #942C4F;
}
</style>
border-color css
<style>
span { border-color: #942C4F; }
span { border-color: rgb(148,44,79); }
td.TdClassName
{
border-color: #942C4F;
}
.TagClassName
{
border-color: #942C4F;
}
</style>