Shades of Lipstick #92315D
Tints of Lipstick #92315D
RGB
CMYK
RGB Variations
Color information
#92315D (or 0x92315D) is known color: Lipstick. HEX triplet: 92, 31 and 5D. RGB value is (146,49,93). Sum of RGB (Red+Green+Blue) = 146+49+93=288 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.69% from 288); Green value is 49 (19.53% from 255 or 17.01% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 146 - color contains mainly: red. Hex color #92315D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92315D is #6DCEA2. Grayscale: #525252. Windows color (decimal): -7196323 or 6107538. OLE color: 6107538.
HSL color Cylindrical-coordinate representation of color #92315D: hue angle of 332.78º degrees, saturation: 0.5, 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 #92315D is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 49 | 93 | - |
| CMYK | 0 | 0.66 | 0.36 | 0.43 |
| HSL | 332.78º | 0.5% | 0.38% | - |
| HSV(B) | 332.78º | 0.66% | 0.57% | - |
| XYZ | 14.93 | 9.1 | 11.33 | - |
| YUV | 83.02 | 133.64 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 49 | 93 | 0 | 0.66 | 0.36 | 0.43 | 332.78 | 0.5 | 0.38 |
| Hex | 92 | 31 | 5D | 0 | 42 | 24 | 2B | 14D | 32 | 26 |
| Octal | 222 | 61 | 135 | 0 | 102 | 44 | 53 | 515 | 62 | 46 |
| Binary | 10010010 | 110001 | 1011101 | 0 | 1000010 | 100100 | 101011 | 101001101 | 110010 | 100110 |
Color Harmonies of #92315D
Complementary color
Monochromatic Colors of #92315D
Black with #92315D
Text Example
Text Example
White with #92315D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92315D; }
p { color: rgb(146,49,93); }
H1.HeaderClassName
{
color: #92315D;
}
.AnyTagClassName
{
color: #92315D;
}
</style>
background-color css
<style>
a { background-color: #92315D; }
a { background-color: rgb(146,49,93); }
div.DivClassName
{
background-color: #92315D;
}
.BgClassName
{
background-color: #92315D;
}
</style>
border-color css
<style>
span { border-color: #92315D; }
span { border-color: rgb(146,49,93); }
td.TdClassName
{
border-color: #92315D;
}
.TagClassName
{
border-color: #92315D;
}
</style>