Shades of Lipstick #942352
Tints of Lipstick #942352
RGB
CMYK
RGB Variations
Color information
#942352 (or 0x942352) is known color: Lipstick. HEX triplet: 94, 23 and 52. RGB value is (148,35,82). Sum of RGB (Red+Green+Blue) = 148+35+82=265 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.85% from 265); Green value is 35 (14.06% from 255 or 13.21% from 265); Blue value is 82 (32.42% from 255 or 30.94% from 265); Max value from RGB is 148 - color contains mainly: red. Hex color #942352 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942352 is #6BDCAD. Grayscale: #4A4A4A. Windows color (decimal): -7068846 or 5383060. OLE color: 5383060.
HSL color Cylindrical-coordinate representation of color #942352: hue angle of 335.04º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #942352 is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 35 | 82 | - |
| CMYK | 0 | 0.76 | 0.45 | 0.42 |
| HSL | 335.04º | 0.62% | 0.36% | - |
| HSV(B) | 335.04º | 0.76% | 0.58% | - |
| XYZ | 14.34 | 8.11 | 8.79 | - |
| YUV | 74.15 | 132.44 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 35 | 82 | 0 | 0.76 | 0.45 | 0.42 | 335.04 | 0.62 | 0.36 |
| Hex | 94 | 23 | 52 | 0 | 4C | 2D | 2A | 14F | 3E | 24 |
| Octal | 224 | 43 | 122 | 0 | 114 | 55 | 52 | 517 | 76 | 44 |
| Binary | 10010100 | 100011 | 1010010 | 0 | 1001100 | 101101 | 101010 | 101001111 | 111110 | 100100 |
Color Harmonies of #942352
Complementary color
Monochromatic Colors of #942352
Black with #942352
Text Example
Text Example
White with #942352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942352; }
p { color: rgb(148,35,82); }
H1.HeaderClassName
{
color: #942352;
}
.AnyTagClassName
{
color: #942352;
}
</style>
background-color css
<style>
a { background-color: #942352; }
a { background-color: rgb(148,35,82); }
div.DivClassName
{
background-color: #942352;
}
.BgClassName
{
background-color: #942352;
}
</style>
border-color css
<style>
span { border-color: #942352; }
span { border-color: rgb(148,35,82); }
td.TdClassName
{
border-color: #942352;
}
.TagClassName
{
border-color: #942352;
}
</style>