Shades of Lipstick #942B59
Tints of Lipstick #942B59
RGB
CMYK
RGB Variations
Color information
#942B59 (or 0x942B59) is known color: Lipstick. HEX triplet: 94, 2B and 59. RGB value is (148,43,89). Sum of RGB (Red+Green+Blue) = 148+43+89=280 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.86% from 280); Green value is 43 (17.19% from 255 or 15.36% from 280); Blue value is 89 (35.16% from 255 or 31.79% from 280); Max value from RGB is 148 - color contains mainly: red. Hex color #942B59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942B59 is #6BD4A6. Grayscale: #4F4F4F. Windows color (decimal): -7066791 or 5843860. OLE color: 5843860.
HSL color Cylindrical-coordinate representation of color #942B59: hue angle of 333.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 #942B59 is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 43 | 89 | - |
| CMYK | 0 | 0.71 | 0.40 | 0.42 |
| HSL | 333.71º | 0.55% | 0.37% | - |
| HSV(B) | 333.71º | 0.71% | 0.58% | - |
| XYZ | 14.88 | 8.74 | 10.35 | - |
| YUV | 79.64 | 133.29 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 43 | 89 | 0 | 0.71 | 0.40 | 0.42 | 333.71 | 0.55 | 0.37 |
| Hex | 94 | 2B | 59 | 0 | 47 | 28 | 2A | 14E | 37 | 25 |
| Octal | 224 | 53 | 131 | 0 | 107 | 50 | 52 | 516 | 67 | 45 |
| Binary | 10010100 | 101011 | 1011001 | 0 | 1000111 | 101000 | 101010 | 101001110 | 110111 | 100101 |
Color Harmonies of #942B59
Complementary color
Monochromatic Colors of #942B59
Black with #942B59
Text Example
Text Example
White with #942B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942B59; }
p { color: rgb(148,43,89); }
H1.HeaderClassName
{
color: #942B59;
}
.AnyTagClassName
{
color: #942B59;
}
</style>
background-color css
<style>
a { background-color: #942B59; }
a { background-color: rgb(148,43,89); }
div.DivClassName
{
background-color: #942B59;
}
.BgClassName
{
background-color: #942B59;
}
</style>
border-color css
<style>
span { border-color: #942B59; }
span { border-color: rgb(148,43,89); }
td.TdClassName
{
border-color: #942B59;
}
.TagClassName
{
border-color: #942B59;
}
</style>