#92315D

Color #92315D Lipstick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lipstick #92315D

Tints of Lipstick #92315D

Color information

#92315D (or 0x92315D) is unknown color: approx 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

RGB1464993-
CMYK00.660.360.43
HSL332.78º49.74%38.24%-
HSV(B)332.78º66.44%57.25%-
XYZ14.939.111.33-
YUV83.02133.64172.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 146 (57.42% from 255) = 50.69%
GREEN value IS 49 (19.53% from 255) = 17.01%
BLUE value IS 93 (36.72% from 255) = 32.29%
R=50.69%
G=17.01%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146499300.660.360.43332.7849.7438.24
Hex92315D042242B14d3226
Octal22261135010244535156246
Binary10010010110001101110101000010100100101011101001101110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92315D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>