Shades of Lipstick #942B5B
Tints of Lipstick #942B5B
RGB
CMYK
RGB Variations
Color information
#942B5B (or 0x942B5B) is known color: Lipstick. HEX triplet: 94, 2B and 5B. RGB value is (148,43,91). Sum of RGB (Red+Green+Blue) = 148+43+91=282 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.48% from 282); Green value is 43 (17.19% from 255 or 15.25% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 148 - color contains mainly: red. Hex color #942B5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942B5B is #6BD4A4. Grayscale: #4F4F4F. Windows color (decimal): -7066789 or 5974932. OLE color: 5974932.
HSL color Cylindrical-coordinate representation of color #942B5B: hue angle of 332.57º 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 #942B5B is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 43 | 91 | - |
| CMYK | 0 | 0.71 | 0.39 | 0.42 |
| HSL | 332.57º | 0.55% | 0.37% | - |
| HSV(B) | 332.57º | 0.71% | 0.58% | - |
| XYZ | 14.96 | 8.78 | 10.8 | - |
| YUV | 79.87 | 134.29 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 43 | 91 | 0 | 0.71 | 0.39 | 0.42 | 332.57 | 0.55 | 0.37 |
| Hex | 94 | 2B | 5B | 0 | 47 | 27 | 2A | 14D | 37 | 25 |
| Octal | 224 | 53 | 133 | 0 | 107 | 47 | 52 | 515 | 67 | 45 |
| Binary | 10010100 | 101011 | 1011011 | 0 | 1000111 | 100111 | 101010 | 101001101 | 110111 | 100101 |
Color Harmonies of #942B5B
Complementary color
Monochromatic Colors of #942B5B
Black with #942B5B
Text Example
Text Example
White with #942B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942B5B; }
p { color: rgb(148,43,91); }
H1.HeaderClassName
{
color: #942B5B;
}
.AnyTagClassName
{
color: #942B5B;
}
</style>
background-color css
<style>
a { background-color: #942B5B; }
a { background-color: rgb(148,43,91); }
div.DivClassName
{
background-color: #942B5B;
}
.BgClassName
{
background-color: #942B5B;
}
</style>
border-color css
<style>
span { border-color: #942B5B; }
span { border-color: rgb(148,43,91); }
td.TdClassName
{
border-color: #942B5B;
}
.TagClassName
{
border-color: #942B5B;
}
</style>