Shades of Lipstick #942B5D
Tints of Lipstick #942B5D
RGB
CMYK
RGB Variations
Color information
#942B5D (or 0x942B5D) is known color: Lipstick. HEX triplet: 94, 2B and 5D. RGB value is (148,43,93). Sum of RGB (Red+Green+Blue) = 148+43+93=284 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.11% from 284); Green value is 43 (17.19% from 255 or 15.14% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 148 - color contains mainly: red. Hex color #942B5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942B5D is #6BD4A2. Grayscale: #505050. Windows color (decimal): -7066787 or 6106004. OLE color: 6106004.
HSL color Cylindrical-coordinate representation of color #942B5D: hue angle of 331.43º 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 #942B5D is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 43 | 93 | - |
| CMYK | 0 | 0.71 | 0.37 | 0.42 |
| HSL | 331.43º | 0.55% | 0.37% | - |
| HSV(B) | 331.43º | 0.71% | 0.58% | - |
| XYZ | 15.05 | 8.81 | 11.26 | - |
| YUV | 80.1 | 135.29 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 43 | 93 | 0 | 0.71 | 0.37 | 0.42 | 331.43 | 0.55 | 0.37 |
| Hex | 94 | 2B | 5D | 0 | 47 | 25 | 2A | 14B | 37 | 25 |
| Octal | 224 | 53 | 135 | 0 | 107 | 45 | 52 | 513 | 67 | 45 |
| Binary | 10010100 | 101011 | 1011101 | 0 | 1000111 | 100101 | 101010 | 101001011 | 110111 | 100101 |
Color Harmonies of #942B5D
Complementary color
Monochromatic Colors of #942B5D
Black with #942B5D
Text Example
Text Example
White with #942B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942B5D; }
p { color: rgb(148,43,93); }
H1.HeaderClassName
{
color: #942B5D;
}
.AnyTagClassName
{
color: #942B5D;
}
</style>
background-color css
<style>
a { background-color: #942B5D; }
a { background-color: rgb(148,43,93); }
div.DivClassName
{
background-color: #942B5D;
}
.BgClassName
{
background-color: #942B5D;
}
</style>
border-color css
<style>
span { border-color: #942B5D; }
span { border-color: rgb(148,43,93); }
td.TdClassName
{
border-color: #942B5D;
}
.TagClassName
{
border-color: #942B5D;
}
</style>