Shades of Lipstick #92325A
Tints of Lipstick #92325A
RGB
CMYK
RGB Variations
Color information
#92325A (or 0x92325A) is known color: Lipstick. HEX triplet: 92, 32 and 5A. RGB value is (146,50,90). Sum of RGB (Red+Green+Blue) = 146+50+90=286 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.05% from 286); Green value is 50 (19.92% from 255 or 17.48% from 286); Blue value is 90 (35.55% from 255 or 31.47% from 286); Max value from RGB is 146 - color contains mainly: red. Hex color #92325A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92325A is #6DCDA5. Grayscale: #535353. Windows color (decimal): -7196070 or 5911186. OLE color: 5911186.
HSL color Cylindrical-coordinate representation of color #92325A: hue angle of 335º 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 #92325A is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 50 | 90 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.43 |
| HSL | 335º | 0.49% | 0.38% | - |
| HSV(B) | 335º | 0.66% | 0.57% | - |
| XYZ | 14.84 | 9.13 | 10.65 | - |
| YUV | 83.26 | 131.8 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 50 | 90 | 0 | 0.66 | 0.38 | 0.43 | 335 | 0.49 | 0.38 |
| Hex | 92 | 32 | 5A | 0 | 42 | 26 | 2B | 14F | 31 | 26 |
| Octal | 222 | 62 | 132 | 0 | 102 | 46 | 53 | 517 | 61 | 46 |
| Binary | 10010010 | 110010 | 1011010 | 0 | 1000010 | 100110 | 101011 | 101001111 | 110001 | 100110 |
Color Harmonies of #92325A
Complementary color
Monochromatic Colors of #92325A
Black with #92325A
Text Example
Text Example
White with #92325A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92325A; }
p { color: rgb(146,50,90); }
H1.HeaderClassName
{
color: #92325A;
}
.AnyTagClassName
{
color: #92325A;
}
</style>
background-color css
<style>
a { background-color: #92325A; }
a { background-color: rgb(146,50,90); }
div.DivClassName
{
background-color: #92325A;
}
.BgClassName
{
background-color: #92325A;
}
</style>
border-color css
<style>
span { border-color: #92325A; }
span { border-color: rgb(146,50,90); }
td.TdClassName
{
border-color: #92325A;
}
.TagClassName
{
border-color: #92325A;
}
</style>