Shades of Lipstick #942B4B
Tints of Lipstick #942B4B
RGB
CMYK
RGB Variations
Color information
#942B4B (or 0x942B4B) is known color: Lipstick. HEX triplet: 94, 2B and 4B. RGB value is (148,43,75). Sum of RGB (Red+Green+Blue) = 148+43+75=266 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.64% from 266); Green value is 43 (17.19% from 255 or 16.17% from 266); Blue value is 75 (29.69% from 255 or 28.20% from 266); Max value from RGB is 148 - color contains mainly: red. Hex color #942B4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942B4B is #6BD4B4. Grayscale: #4E4E4E. Windows color (decimal): -7066805 or 4926356. OLE color: 4926356.
HSL color Cylindrical-coordinate representation of color #942B4B: hue angle of 341.71º 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 #942B4B is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 43 | 75 | - |
| CMYK | 0 | 0.71 | 0.49 | 0.42 |
| HSL | 341.71º | 0.55% | 0.37% | - |
| HSV(B) | 341.71º | 0.71% | 0.58% | - |
| XYZ | 14.35 | 8.53 | 7.55 | - |
| YUV | 78.04 | 126.29 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 43 | 75 | 0 | 0.71 | 0.49 | 0.42 | 341.71 | 0.55 | 0.37 |
| Hex | 94 | 2B | 4B | 0 | 47 | 31 | 2A | 156 | 37 | 25 |
| Octal | 224 | 53 | 113 | 0 | 107 | 61 | 52 | 526 | 67 | 45 |
| Binary | 10010100 | 101011 | 1001011 | 0 | 1000111 | 110001 | 101010 | 101010110 | 110111 | 100101 |
Color Harmonies of #942B4B
Complementary color
Monochromatic Colors of #942B4B
Black with #942B4B
Text Example
Text Example
White with #942B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942B4B; }
p { color: rgb(148,43,75); }
H1.HeaderClassName
{
color: #942B4B;
}
.AnyTagClassName
{
color: #942B4B;
}
</style>
background-color css
<style>
a { background-color: #942B4B; }
a { background-color: rgb(148,43,75); }
div.DivClassName
{
background-color: #942B4B;
}
.BgClassName
{
background-color: #942B4B;
}
</style>
border-color css
<style>
span { border-color: #942B4B; }
span { border-color: rgb(148,43,75); }
td.TdClassName
{
border-color: #942B4B;
}
.TagClassName
{
border-color: #942B4B;
}
</style>