#92395E

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

Shades of Lipstick #92395E

Tints of Lipstick #92395E

Color information

#92395E (or 0x92395E) is unknown color: approx Lipstick. HEX triplet: 92, 39 and 5E. RGB value is (146,57,94). Sum of RGB (Red+Green+Blue) = 146+57+94=297 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.16% from 297); Green value is 57 (22.66% from 255 or 19.19% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 146 - color contains mainly: red. Hex color #92395E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92395E is #6DC6A1. Grayscale: #575757. Windows color (decimal): -7194274 or 6175122. OLE color: 6175122.

HSL color Cylindrical-coordinate representation of color #92395E: hue angle of 335.06º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #92395E is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB1465794-
CMYK00.610.360.43
HSL335.06º43.84%39.8%-
HSV(B)335.06º60.96%57.25%-
XYZ15.349.8511.68-
YUV87.83131.49169.49-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 49.16%
GREEN value IS 57 (22.66% from 255) = 19.19%
BLUE value IS 94 (37.11% from 255) = 31.65%
R=49.16%
G=19.19%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146579400.610.360.43335.0643.8439.8
Hex92395E03D242B14f2c28
Octal2227113607544535175450
Binary1001001011100110111100111101100100101011101001111101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92395E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92395E; }

 p { color: rgb(146,57,94); }

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

<style>
 a { background-color: #92395E; }

 a { background-color: rgb(146,57,94); }

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

<style>
 span { border-color: #92395E; }

 span { border-color: rgb(146,57,94); }

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