#A62548

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

Shades of Lipstick #A62548

Tints of Lipstick #A62548

Color information

#A62548 (or 0xA62548) is unknown color: approx Lipstick. HEX triplet: A6, 25 and 48. RGB value is (166,37,72). Sum of RGB (Red+Green+Blue) = 166+37+72=275 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.36% from 275); Green value is 37 (14.84% from 255 or 13.45% from 275); Blue value is 72 (28.52% from 255 or 26.18% from 275); Max value from RGB is 166 - color contains mainly: red. Hex color #A62548 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62548 is #59DAB7. Grayscale: #4F4F4F. Windows color (decimal): -5888696 or 4728230. OLE color: 4728230.

HSL color Cylindrical-coordinate representation of color #A62548: hue angle of 343.72º 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 #A62548 is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB1663772-
CMYK00.780.570.35
HSL343.72º63.55%39.8%-
HSV(B)343.72º77.71%65.1%-
XYZ17.569.97.12-
YUV79.56123.74189.65-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 60.36%
GREEN value IS 37 (14.84% from 255) = 13.45%
BLUE value IS 72 (28.52% from 255) = 26.18%
R=60.36%
G=13.45%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166377200.780.570.35343.7263.5539.8
HexA6254804E39231584028
Octal246451100116714353010050
Binary101001101001011001000010011101110011000111010110001000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62548; }

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

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

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

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

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

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

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

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