#A62341

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

Shades of Lipstick #A62341

Tints of Lipstick #A62341

Color information

#A62341 (or 0xA62341) is unknown color: approx Lipstick. HEX triplet: A6, 23 and 41. RGB value is (166,35,65). Sum of RGB (Red+Green+Blue) = 166+35+65=266 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.41% from 266); Green value is 35 (14.06% from 255 or 13.16% from 266); Blue value is 65 (25.78% from 255 or 24.44% from 266); Max value from RGB is 166 - color contains mainly: red. Hex color #A62341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62341 is #59DCBE. Grayscale: #4D4D4D. Windows color (decimal): -5889215 or 4268966. OLE color: 4268966.

HSL color Cylindrical-coordinate representation of color #A62341: hue angle of 346.26º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A62341 is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB1663565-
CMYK00.790.610.35
HSL346.26º65.17%39.41%-
HSV(B)346.26º78.92%65.1%-
XYZ17.289.695.96-
YUV77.59120.9191.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 62.41%
GREEN value IS 35 (14.06% from 255) = 13.16%
BLUE value IS 65 (25.78% from 255) = 24.44%
R=62.41%
G=13.16%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166356500.790.610.35346.2665.1739.41
HexA6234104F3D2315a4127
Octal246431010117754353210147
Binary101001101000111000001010011111111011000111010110101000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62341; }

 p { color: rgb(166,35,65); }

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

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

 a { background-color: rgb(166,35,65); }

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

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

 span { border-color: rgb(166,35,65); }

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