#A62557

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

Shades of Lipstick #A62557

Tints of Lipstick #A62557

Color information

#A62557 (or 0xA62557) is unknown color: approx Lipstick. HEX triplet: A6, 25 and 57. RGB value is (166,37,87). Sum of RGB (Red+Green+Blue) = 166+37+87=290 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.24% from 290); Green value is 37 (14.84% from 255 or 12.76% from 290); Blue value is 87 (34.38% from 255 or 30% from 290); Max value from RGB is 166 - color contains mainly: red. Hex color #A62557 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62557 is #59DAA8. Grayscale: #515151. Windows color (decimal): -5888681 or 5711270. OLE color: 5711270.

HSL color Cylindrical-coordinate representation of color #A62557: hue angle of 336.74º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A62557 is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB1663787-
CMYK00.780.480.35
HSL336.74º63.55%39.8%-
HSV(B)336.74º77.71%65.1%-
XYZ18.1110.1210.02-
YUV81.27131.24188.43-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 57.24%
GREEN value IS 37 (14.84% from 255) = 12.76%
BLUE value IS 87 (34.38% from 255) = 30%
R=57.24%
G=12.76%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166378700.780.480.35336.7463.5539.8
HexA6255704E30231514028
Octal246451270116604352110050
Binary101001101001011010111010011101100001000111010100011000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62557; }

 p { color: rgb(166,37,87); }

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

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

 a { background-color: rgb(166,37,87); }

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

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

 span { border-color: rgb(166,37,87); }

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