Shades of Lipstick #942B4A
Tints of Lipstick #942B4A
RGB
CMYK
RGB Variations
Color information
#942B4A (or 0x942B4A) is known color: Lipstick. HEX triplet: 94, 2B and 4A. RGB value is (148,43,74). Sum of RGB (Red+Green+Blue) = 148+43+74=265 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.85% from 265); Green value is 43 (17.19% from 255 or 16.23% from 265); Blue value is 74 (29.30% from 255 or 27.92% from 265); Max value from RGB is 148 - color contains mainly: red. Hex color #942B4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942B4A is #6BD4B5. Grayscale: #4D4D4D. Windows color (decimal): -7066806 or 4860820. OLE color: 4860820.
HSL color Cylindrical-coordinate representation of color #942B4A: hue angle of 342.29º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #942B4A is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 43 | 74 | - |
| CMYK | 0 | 0.71 | 0.50 | 0.42 |
| HSL | 342.29º | 0.55% | 0.37% | - |
| HSV(B) | 342.29º | 0.71% | 0.58% | - |
| XYZ | 14.31 | 8.52 | 7.37 | - |
| YUV | 77.93 | 125.79 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 43 | 74 | 0 | 0.71 | 0.50 | 0.42 | 342.29 | 0.55 | 0.37 |
| Hex | 94 | 2B | 4A | 0 | 47 | 32 | 2A | 156 | 37 | 25 |
| Octal | 224 | 53 | 112 | 0 | 107 | 62 | 52 | 526 | 67 | 45 |
| Binary | 10010100 | 101011 | 1001010 | 0 | 1000111 | 110010 | 101010 | 101010110 | 110111 | 100101 |
Color Harmonies of #942B4A
Complementary color
Monochromatic Colors of #942B4A
Black with #942B4A
Text Example
Text Example
White with #942B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942B4A; }
p { color: rgb(148,43,74); }
H1.HeaderClassName
{
color: #942B4A;
}
.AnyTagClassName
{
color: #942B4A;
}
</style>
background-color css
<style>
a { background-color: #942B4A; }
a { background-color: rgb(148,43,74); }
div.DivClassName
{
background-color: #942B4A;
}
.BgClassName
{
background-color: #942B4A;
}
</style>
border-color css
<style>
span { border-color: #942B4A; }
span { border-color: rgb(148,43,74); }
td.TdClassName
{
border-color: #942B4A;
}
.TagClassName
{
border-color: #942B4A;
}
</style>