Shades of Lipstick #92305D
Tints of Lipstick #92305D
RGB
CMYK
RGB Variations
Color information
#92305D (or 0x92305D) is known color: Lipstick. HEX triplet: 92, 30 and 5D. RGB value is (146,48,93). Sum of RGB (Red+Green+Blue) = 146+48+93=287 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.87% from 287); Green value is 48 (19.14% from 255 or 16.72% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 146 - color contains mainly: red. Hex color #92305D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92305D is #6DCFA2. Grayscale: #525252. Windows color (decimal): -7196579 or 6107282. OLE color: 6107282.
HSL color Cylindrical-coordinate representation of color #92305D: hue angle of 332.45º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #92305D is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 48 | 93 | - |
| CMYK | 0 | 0.67 | 0.36 | 0.43 |
| HSL | 332.45º | 0.51% | 0.38% | - |
| HSV(B) | 332.45º | 0.67% | 0.57% | - |
| XYZ | 14.89 | 9.02 | 11.31 | - |
| YUV | 82.43 | 133.97 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 48 | 93 | 0 | 0.67 | 0.36 | 0.43 | 332.45 | 0.51 | 0.38 |
| Hex | 92 | 30 | 5D | 0 | 43 | 24 | 2B | 14C | 33 | 26 |
| Octal | 222 | 60 | 135 | 0 | 103 | 44 | 53 | 514 | 63 | 46 |
| Binary | 10010010 | 110000 | 1011101 | 0 | 1000011 | 100100 | 101011 | 101001100 | 110011 | 100110 |
Color Harmonies of #92305D
Complementary color
Monochromatic Colors of #92305D
Black with #92305D
Text Example
Text Example
White with #92305D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92305D; }
p { color: rgb(146,48,93); }
H1.HeaderClassName
{
color: #92305D;
}
.AnyTagClassName
{
color: #92305D;
}
</style>
background-color css
<style>
a { background-color: #92305D; }
a { background-color: rgb(146,48,93); }
div.DivClassName
{
background-color: #92305D;
}
.BgClassName
{
background-color: #92305D;
}
</style>
border-color css
<style>
span { border-color: #92305D; }
span { border-color: rgb(146,48,93); }
td.TdClassName
{
border-color: #92305D;
}
.TagClassName
{
border-color: #92305D;
}
</style>