Shades of Lipstick #942153
Tints of Lipstick #942153
RGB
CMYK
RGB Variations
Color information
#942153 (or 0x942153) is known color: Lipstick. HEX triplet: 94, 21 and 53. RGB value is (148,33,83). Sum of RGB (Red+Green+Blue) = 148+33+83=264 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.06% from 264); Green value is 33 (13.28% from 255 or 12.5% from 264); Blue value is 83 (32.81% from 255 or 31.44% from 264); Max value from RGB is 148 - color contains mainly: red. Hex color #942153 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942153 is #6BDEAC. Grayscale: #494949. Windows color (decimal): -7069357 or 5448084. OLE color: 5448084.
HSL color Cylindrical-coordinate representation of color #942153: hue angle of 333.91º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #942153 is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 33 | 83 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.42 |
| HSL | 333.91º | 0.64% | 0.35% | - |
| HSV(B) | 333.91º | 0.78% | 0.58% | - |
| XYZ | 14.32 | 8.01 | 8.97 | - |
| YUV | 73.09 | 133.6 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 33 | 83 | 0 | 0.78 | 0.44 | 0.42 | 333.91 | 0.64 | 0.35 |
| Hex | 94 | 21 | 53 | 0 | 4E | 2C | 2A | 14E | 40 | 23 |
| Octal | 224 | 41 | 123 | 0 | 116 | 54 | 52 | 516 | 100 | 43 |
| Binary | 10010100 | 100001 | 1010011 | 0 | 1001110 | 101100 | 101010 | 101001110 | 1000000 | 100011 |
Color Harmonies of #942153
Complementary color
Monochromatic Colors of #942153
Black with #942153
Text Example
Text Example
White with #942153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942153; }
p { color: rgb(148,33,83); }
H1.HeaderClassName
{
color: #942153;
}
.AnyTagClassName
{
color: #942153;
}
</style>
background-color css
<style>
a { background-color: #942153; }
a { background-color: rgb(148,33,83); }
div.DivClassName
{
background-color: #942153;
}
.BgClassName
{
background-color: #942153;
}
</style>
border-color css
<style>
span { border-color: #942153; }
span { border-color: rgb(148,33,83); }
td.TdClassName
{
border-color: #942153;
}
.TagClassName
{
border-color: #942153;
}
</style>