Shades of Lipstick #92325C
Tints of Lipstick #92325C
RGB
CMYK
RGB Variations
Color information
#92325C (or 0x92325C) is known color: Lipstick. HEX triplet: 92, 32 and 5C. RGB value is (146,50,92). Sum of RGB (Red+Green+Blue) = 146+50+92=288 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.69% from 288); Green value is 50 (19.92% from 255 or 17.36% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 146 - color contains mainly: red. Hex color #92325C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92325C is #6DCDA3. Grayscale: #535353. Windows color (decimal): -7196068 or 6042258. OLE color: 6042258.
HSL color Cylindrical-coordinate representation of color #92325C: hue angle of 333.75º 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 #92325C is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 50 | 92 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.43 |
| HSL | 333.75º | 0.49% | 0.38% | - |
| HSV(B) | 333.75º | 0.66% | 0.57% | - |
| XYZ | 14.93 | 9.16 | 11.11 | - |
| YUV | 83.49 | 132.8 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 50 | 92 | 0 | 0.66 | 0.37 | 0.43 | 333.75 | 0.49 | 0.38 |
| Hex | 92 | 32 | 5C | 0 | 42 | 25 | 2B | 14E | 31 | 26 |
| Octal | 222 | 62 | 134 | 0 | 102 | 45 | 53 | 516 | 61 | 46 |
| Binary | 10010010 | 110010 | 1011100 | 0 | 1000010 | 100101 | 101011 | 101001110 | 110001 | 100110 |
Color Harmonies of #92325C
Complementary color
Monochromatic Colors of #92325C
Black with #92325C
Text Example
Text Example
White with #92325C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92325C; }
p { color: rgb(146,50,92); }
H1.HeaderClassName
{
color: #92325C;
}
.AnyTagClassName
{
color: #92325C;
}
</style>
background-color css
<style>
a { background-color: #92325C; }
a { background-color: rgb(146,50,92); }
div.DivClassName
{
background-color: #92325C;
}
.BgClassName
{
background-color: #92325C;
}
</style>
border-color css
<style>
span { border-color: #92325C; }
span { border-color: rgb(146,50,92); }
td.TdClassName
{
border-color: #92325C;
}
.TagClassName
{
border-color: #92325C;
}
</style>