Shades of Lipstick #922D63
Tints of Lipstick #922D63
RGB
CMYK
RGB Variations
Color information
#922D63 (or 0x922D63) is known color: Lipstick. HEX triplet: 92, 2D and 63. RGB value is (146,45,99). Sum of RGB (Red+Green+Blue) = 146+45+99=290 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.34% from 290); Green value is 45 (17.97% from 255 or 15.52% from 290); Blue value is 99 (39.06% from 255 or 34.14% from 290); Max value from RGB is 146 - color contains mainly: red. Hex color #922D63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #922D63 is #6DD29C. Grayscale: #515151. Windows color (decimal): -7197341 or 6499730. OLE color: 6499730.
HSL color Cylindrical-coordinate representation of color #922D63: hue angle of 327.92º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #922D63 is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 45 | 99 | - |
| CMYK | 0 | 0.69 | 0.32 | 0.43 |
| HSL | 327.92º | 0.53% | 0.37% | - |
| HSV(B) | 327.92º | 0.69% | 0.57% | - |
| XYZ | 15.04 | 8.89 | 12.73 | - |
| YUV | 81.36 | 137.96 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 45 | 99 | 0 | 0.69 | 0.32 | 0.43 | 327.92 | 0.53 | 0.37 |
| Hex | 92 | 2D | 63 | 0 | 45 | 20 | 2B | 148 | 35 | 25 |
| Octal | 222 | 55 | 143 | 0 | 105 | 40 | 53 | 510 | 65 | 45 |
| Binary | 10010010 | 101101 | 1100011 | 0 | 1000101 | 100000 | 101011 | 101001000 | 110101 | 100101 |
Color Harmonies of #922D63
Complementary color
Monochromatic Colors of #922D63
Black with #922D63
Text Example
Text Example
White with #922D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922D63; }
p { color: rgb(146,45,99); }
H1.HeaderClassName
{
color: #922D63;
}
.AnyTagClassName
{
color: #922D63;
}
</style>
background-color css
<style>
a { background-color: #922D63; }
a { background-color: rgb(146,45,99); }
div.DivClassName
{
background-color: #922D63;
}
.BgClassName
{
background-color: #922D63;
}
</style>
border-color css
<style>
span { border-color: #922D63; }
span { border-color: rgb(146,45,99); }
td.TdClassName
{
border-color: #922D63;
}
.TagClassName
{
border-color: #922D63;
}
</style>