Shades of Lipstick #922E5D
Tints of Lipstick #922E5D
RGB
CMYK
RGB Variations
Color information
#922E5D (or 0x922E5D) is known color: Lipstick. HEX triplet: 92, 2E and 5D. RGB value is (146,46,93). Sum of RGB (Red+Green+Blue) = 146+46+93=285 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.23% from 285); Green value is 46 (18.36% from 255 or 16.14% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 146 - color contains mainly: red. Hex color #922E5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #922E5D is #6DD1A2. Grayscale: #515151. Windows color (decimal): -7197091 or 6106770. OLE color: 6106770.
HSL color Cylindrical-coordinate representation of color #922E5D: hue angle of 331.8º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #922E5D is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 46 | 93 | - |
| CMYK | 0 | 0.68 | 0.36 | 0.43 |
| HSL | 331.8º | 0.52% | 0.38% | - |
| HSV(B) | 331.8º | 0.68% | 0.57% | - |
| XYZ | 14.81 | 8.86 | 11.28 | - |
| YUV | 81.26 | 134.63 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 46 | 93 | 0 | 0.68 | 0.36 | 0.43 | 331.8 | 0.52 | 0.38 |
| Hex | 92 | 2E | 5D | 0 | 44 | 24 | 2B | 14C | 34 | 26 |
| Octal | 222 | 56 | 135 | 0 | 104 | 44 | 53 | 514 | 64 | 46 |
| Binary | 10010010 | 101110 | 1011101 | 0 | 1000100 | 100100 | 101011 | 101001100 | 110100 | 100110 |
Color Harmonies of #922E5D
Complementary color
Monochromatic Colors of #922E5D
Black with #922E5D
Text Example
Text Example
White with #922E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922E5D; }
p { color: rgb(146,46,93); }
H1.HeaderClassName
{
color: #922E5D;
}
.AnyTagClassName
{
color: #922E5D;
}
</style>
background-color css
<style>
a { background-color: #922E5D; }
a { background-color: rgb(146,46,93); }
div.DivClassName
{
background-color: #922E5D;
}
.BgClassName
{
background-color: #922E5D;
}
</style>
border-color css
<style>
span { border-color: #922E5D; }
span { border-color: rgb(146,46,93); }
td.TdClassName
{
border-color: #922E5D;
}
.TagClassName
{
border-color: #922E5D;
}
</style>