Shades of Lipstick #92325E
Tints of Lipstick #92325E
RGB
CMYK
RGB Variations
Color information
#92325E (or 0x92325E) is known color: Lipstick. HEX triplet: 92, 32 and 5E. RGB value is (146,50,94). Sum of RGB (Red+Green+Blue) = 146+50+94=290 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.34% from 290); Green value is 50 (19.92% from 255 or 17.24% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 146 - color contains mainly: red. Hex color #92325E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92325E is #6DCDA1. Grayscale: #535353. Windows color (decimal): -7196066 or 6173330. OLE color: 6173330.
HSL color Cylindrical-coordinate representation of color #92325E: hue angle of 332.5º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #92325E is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 50 | 94 | - |
| CMYK | 0 | 0.66 | 0.36 | 0.43 |
| HSL | 332.5º | 0.49% | 0.38% | - |
| HSV(B) | 332.5º | 0.66% | 0.57% | - |
| XYZ | 15.02 | 9.2 | 11.57 | - |
| YUV | 83.72 | 133.8 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 50 | 94 | 0 | 0.66 | 0.36 | 0.43 | 332.5 | 0.49 | 0.38 |
| Hex | 92 | 32 | 5E | 0 | 42 | 24 | 2B | 14C | 31 | 26 |
| Octal | 222 | 62 | 136 | 0 | 102 | 44 | 53 | 514 | 61 | 46 |
| Binary | 10010010 | 110010 | 1011110 | 0 | 1000010 | 100100 | 101011 | 101001100 | 110001 | 100110 |
Color Harmonies of #92325E
Complementary color
Monochromatic Colors of #92325E
Black with #92325E
Text Example
Text Example
White with #92325E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92325E; }
p { color: rgb(146,50,94); }
H1.HeaderClassName
{
color: #92325E;
}
.AnyTagClassName
{
color: #92325E;
}
</style>
background-color css
<style>
a { background-color: #92325E; }
a { background-color: rgb(146,50,94); }
div.DivClassName
{
background-color: #92325E;
}
.BgClassName
{
background-color: #92325E;
}
</style>
border-color css
<style>
span { border-color: #92325E; }
span { border-color: rgb(146,50,94); }
td.TdClassName
{
border-color: #92325E;
}
.TagClassName
{
border-color: #92325E;
}
</style>