Shades of Lipstick #922049
Tints of Lipstick #922049
RGB
CMYK
RGB Variations
Color information
#922049 (or 0x922049) is known color: Lipstick. HEX triplet: 92, 20 and 49. RGB value is (146,32,73). Sum of RGB (Red+Green+Blue) = 146+32+73=251 (33% of max value = 765). Red value is 146 (57.42% from 255 or 58.17% from 251); Green value is 32 (12.89% from 255 or 12.75% from 251); Blue value is 73 (28.91% from 255 or 29.08% from 251); Max value from RGB is 146 - color contains mainly: red. Hex color #922049 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #922049 is #6DDFB6. Grayscale: #464646. Windows color (decimal): -7200695 or 4792466. OLE color: 4792466.
HSL color Cylindrical-coordinate representation of color #922049: hue angle of 338.42º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #922049 is Cyan = 0, Magento = 0.78, Yellow = 0.5 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 32 | 73 | - |
| CMYK | 0 | 0.78 | 0.5 | 0.43 |
| HSL | 338.42º | 0.64% | 0.35% | - |
| HSV(B) | 338.42º | 0.78% | 0.57% | - |
| XYZ | 13.57 | 7.63 | 7.06 | - |
| YUV | 70.76 | 129.27 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 32 | 73 | 0 | 0.78 | 0.5 | 0.43 | 338.42 | 0.64 | 0.35 |
| Hex | 92 | 20 | 49 | 0 | 4E | 32 | 2B | 152 | 40 | 23 |
| Octal | 222 | 40 | 111 | 0 | 116 | 62 | 53 | 522 | 100 | 43 |
| Binary | 10010010 | 100000 | 1001001 | 0 | 1001110 | 110010 | 101011 | 101010010 | 1000000 | 100011 |
Color Harmonies of #922049
Complementary color
Monochromatic Colors of #922049
Black with #922049
Text Example
Text Example
White with #922049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922049; }
p { color: rgb(146,32,73); }
H1.HeaderClassName
{
color: #922049;
}
.AnyTagClassName
{
color: #922049;
}
</style>
background-color css
<style>
a { background-color: #922049; }
a { background-color: rgb(146,32,73); }
div.DivClassName
{
background-color: #922049;
}
.BgClassName
{
background-color: #922049;
}
</style>
border-color css
<style>
span { border-color: #922049; }
span { border-color: rgb(146,32,73); }
td.TdClassName
{
border-color: #922049;
}
.TagClassName
{
border-color: #922049;
}
</style>