Shades of Lipstick #92325F
Tints of Lipstick #92325F
RGB
CMYK
RGB Variations
Color information
#92325F (or 0x92325F) is known color: Lipstick. HEX triplet: 92, 32 and 5F. RGB value is (146,50,95). Sum of RGB (Red+Green+Blue) = 146+50+95=291 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.17% from 291); Green value is 50 (19.92% from 255 or 17.18% from 291); Blue value is 95 (37.5% from 255 or 32.65% from 291); Max value from RGB is 146 - color contains mainly: red. Hex color #92325F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92325F is #6DCDA0. Grayscale: #535353. Windows color (decimal): -7196065 or 6238866. OLE color: 6238866.
HSL color Cylindrical-coordinate representation of color #92325F: hue angle of 331.88º 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 #92325F is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 50 | 95 | - |
| CMYK | 0 | 0.66 | 0.35 | 0.43 |
| HSL | 331.88º | 0.49% | 0.38% | - |
| HSV(B) | 331.88º | 0.66% | 0.57% | - |
| XYZ | 15.06 | 9.22 | 11.81 | - |
| YUV | 83.83 | 134.3 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 50 | 95 | 0 | 0.66 | 0.35 | 0.43 | 331.88 | 0.49 | 0.38 |
| Hex | 92 | 32 | 5F | 0 | 42 | 23 | 2B | 14C | 31 | 26 |
| Octal | 222 | 62 | 137 | 0 | 102 | 43 | 53 | 514 | 61 | 46 |
| Binary | 10010010 | 110010 | 1011111 | 0 | 1000010 | 100011 | 101011 | 101001100 | 110001 | 100110 |
Color Harmonies of #92325F
Complementary color
Monochromatic Colors of #92325F
Black with #92325F
Text Example
Text Example
White with #92325F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92325F; }
p { color: rgb(146,50,95); }
H1.HeaderClassName
{
color: #92325F;
}
.AnyTagClassName
{
color: #92325F;
}
</style>
background-color css
<style>
a { background-color: #92325F; }
a { background-color: rgb(146,50,95); }
div.DivClassName
{
background-color: #92325F;
}
.BgClassName
{
background-color: #92325F;
}
</style>
border-color css
<style>
span { border-color: #92325F; }
span { border-color: rgb(146,50,95); }
td.TdClassName
{
border-color: #92325F;
}
.TagClassName
{
border-color: #92325F;
}
</style>