Shades of Lipstick #922153
Tints of Lipstick #922153
RGB
CMYK
RGB Variations
Color information
#922153 (or 0x922153) is known color: Lipstick. HEX triplet: 92, 21 and 53. RGB value is (146,33,83). Sum of RGB (Red+Green+Blue) = 146+33+83=262 (34% of max value = 765). Red value is 146 (57.42% from 255 or 55.73% from 262); Green value is 33 (13.28% from 255 or 12.60% from 262); Blue value is 83 (32.81% from 255 or 31.68% from 262); Max value from RGB is 146 - color contains mainly: red. Hex color #922153 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #922153 is #6DDEAC. Grayscale: #484848. Windows color (decimal): -7200429 or 5448082. OLE color: 5448082.
HSL color Cylindrical-coordinate representation of color #922153: hue angle of 333.45º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #922153 is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 33 | 83 | - |
| CMYK | 0 | 0.77 | 0.43 | 0.43 |
| HSL | 333.45º | 0.63% | 0.35% | - |
| HSV(B) | 333.45º | 0.77% | 0.57% | - |
| XYZ | 13.96 | 7.82 | 8.96 | - |
| YUV | 72.49 | 133.94 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 33 | 83 | 0 | 0.77 | 0.43 | 0.43 | 333.45 | 0.63 | 0.35 |
| Hex | 92 | 21 | 53 | 0 | 4D | 2B | 2B | 14D | 3F | 23 |
| Octal | 222 | 41 | 123 | 0 | 115 | 53 | 53 | 515 | 77 | 43 |
| Binary | 10010010 | 100001 | 1010011 | 0 | 1001101 | 101011 | 101011 | 101001101 | 111111 | 100011 |
Color Harmonies of #922153
Complementary color
Monochromatic Colors of #922153
Black with #922153
Text Example
Text Example
White with #922153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922153; }
p { color: rgb(146,33,83); }
H1.HeaderClassName
{
color: #922153;
}
.AnyTagClassName
{
color: #922153;
}
</style>
background-color css
<style>
a { background-color: #922153; }
a { background-color: rgb(146,33,83); }
div.DivClassName
{
background-color: #922153;
}
.BgClassName
{
background-color: #922153;
}
</style>
border-color css
<style>
span { border-color: #922153; }
span { border-color: rgb(146,33,83); }
td.TdClassName
{
border-color: #922153;
}
.TagClassName
{
border-color: #922153;
}
</style>