#92325A

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

Shades of Lipstick #92325A

Tints of Lipstick #92325A

Color information

#92325A (or 0x92325A) is unknown color: approx Lipstick. HEX triplet: 92, 32 and 5A. RGB value is (146,50,90). Sum of RGB (Red+Green+Blue) = 146+50+90=286 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.05% from 286); Green value is 50 (19.92% from 255 or 17.48% from 286); Blue value is 90 (35.55% from 255 or 31.47% from 286); Max value from RGB is 146 - color contains mainly: red. Hex color #92325A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92325A is #6DCDA5. Grayscale: #535353. Windows color (decimal): -7196070 or 5911186. OLE color: 5911186.

HSL color Cylindrical-coordinate representation of color #92325A: hue angle of 335º 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 #92325A is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB1465090-
CMYK00.660.380.43
HSL335º48.98%38.43%-
HSV(B)335º65.75%57.25%-
XYZ14.849.1310.65-
YUV83.26131.8172.75-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.05%
GREEN value IS 50 (19.92% from 255) = 17.48%
BLUE value IS 90 (35.55% from 255) = 31.47%
R=51.05%
G=17.48%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146509000.660.380.4333548.9838.43
Hex92325A042262B14f3126
Octal22262132010246535176146
Binary10010010110010101101001000010100110101011101001111110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92325A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92325A; }

 p { color: rgb(146,50,90); }

 H1.HeaderClassName
 {
   color: #92325A;
 }
 .AnyTagClassName
 {
   color: #92325A;
 }
</style>
background-color css

<style>
 a { background-color: #92325A; }

 a { background-color: rgb(146,50,90); }

 div.DivClassName
 {
   background-color: #92325A;
 }
 .BgClassName
 {
   background-color: #92325A;
 }
</style>
border-color css

<style>
 span { border-color: #92325A; }

 span { border-color: rgb(146,50,90); }

 td.TdClassName
 {
   border-color: #92325A;
 }
 .TagClassName
 {
   border-color: #92325A;
 }
</style>