Shades of Lipstick #922355
Tints of Lipstick #922355
RGB
CMYK
RGB Variations
Color information
#922355 (or 0x922355) is known color: Lipstick. HEX triplet: 92, 23 and 55. RGB value is (146,35,85). Sum of RGB (Red+Green+Blue) = 146+35+85=266 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.89% from 266); Green value is 35 (14.06% from 255 or 13.16% from 266); Blue value is 85 (33.59% from 255 or 31.95% from 266); Max value from RGB is 146 - color contains mainly: red. Hex color #922355 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #922355 is #6DDCAA. Grayscale: #494949. Windows color (decimal): -7199915 or 5579666. OLE color: 5579666.
HSL color Cylindrical-coordinate representation of color #922355: hue angle of 332.97º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #922355 is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 35 | 85 | - |
| CMYK | 0 | 0.76 | 0.42 | 0.43 |
| HSL | 332.97º | 0.61% | 0.35% | - |
| HSV(B) | 332.97º | 0.76% | 0.57% | - |
| XYZ | 14.09 | 7.97 | 9.39 | - |
| YUV | 73.89 | 134.27 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 35 | 85 | 0 | 0.76 | 0.42 | 0.43 | 332.97 | 0.61 | 0.35 |
| Hex | 92 | 23 | 55 | 0 | 4C | 2A | 2B | 14D | 3D | 23 |
| Octal | 222 | 43 | 125 | 0 | 114 | 52 | 53 | 515 | 75 | 43 |
| Binary | 10010010 | 100011 | 1010101 | 0 | 1001100 | 101010 | 101011 | 101001101 | 111101 | 100011 |
Color Harmonies of #922355
Complementary color
Monochromatic Colors of #922355
Black with #922355
Text Example
Text Example
White with #922355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922355; }
p { color: rgb(146,35,85); }
H1.HeaderClassName
{
color: #922355;
}
.AnyTagClassName
{
color: #922355;
}
</style>
background-color css
<style>
a { background-color: #922355; }
a { background-color: rgb(146,35,85); }
div.DivClassName
{
background-color: #922355;
}
.BgClassName
{
background-color: #922355;
}
</style>
border-color css
<style>
span { border-color: #922355; }
span { border-color: rgb(146,35,85); }
td.TdClassName
{
border-color: #922355;
}
.TagClassName
{
border-color: #922355;
}
</style>