Shades of Lipstick #922963
Tints of Lipstick #922963
RGB
CMYK
RGB Variations
Color information
#922963 (or 0x922963) is known color: Lipstick. HEX triplet: 92, 29 and 63. RGB value is (146,41,99). Sum of RGB (Red+Green+Blue) = 146+41+99=286 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.05% from 286); Green value is 41 (16.41% from 255 or 14.34% from 286); Blue value is 99 (39.06% from 255 or 34.62% from 286); Max value from RGB is 146 - color contains mainly: red. Hex color #922963 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #922963 is #6DD69C. Grayscale: #4E4E4E. Windows color (decimal): -7198365 or 6498706. OLE color: 6498706.
HSL color Cylindrical-coordinate representation of color #922963: hue angle of 326.86º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #922963 is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 41 | 99 | - |
| CMYK | 0 | 0.72 | 0.32 | 0.43 |
| HSL | 326.86º | 0.56% | 0.37% | - |
| HSV(B) | 326.86º | 0.72% | 0.57% | - |
| XYZ | 14.9 | 8.6 | 12.68 | - |
| YUV | 79.01 | 139.29 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 41 | 99 | 0 | 0.72 | 0.32 | 0.43 | 326.86 | 0.56 | 0.37 |
| Hex | 92 | 29 | 63 | 0 | 48 | 20 | 2B | 147 | 38 | 25 |
| Octal | 222 | 51 | 143 | 0 | 110 | 40 | 53 | 507 | 70 | 45 |
| Binary | 10010010 | 101001 | 1100011 | 0 | 1001000 | 100000 | 101011 | 101000111 | 111000 | 100101 |
Color Harmonies of #922963
Complementary color
Monochromatic Colors of #922963
Black with #922963
Text Example
Text Example
White with #922963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922963; }
p { color: rgb(146,41,99); }
H1.HeaderClassName
{
color: #922963;
}
.AnyTagClassName
{
color: #922963;
}
</style>
background-color css
<style>
a { background-color: #922963; }
a { background-color: rgb(146,41,99); }
div.DivClassName
{
background-color: #922963;
}
.BgClassName
{
background-color: #922963;
}
</style>
border-color css
<style>
span { border-color: #922963; }
span { border-color: rgb(146,41,99); }
td.TdClassName
{
border-color: #922963;
}
.TagClassName
{
border-color: #922963;
}
</style>