#A62C53

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

Shades of Lipstick #A62C53

Tints of Lipstick #A62C53

Color information

#A62C53 (or 0xA62C53) is unknown color: approx Lipstick. HEX triplet: A6, 2C and 53. RGB value is (166,44,83). Sum of RGB (Red+Green+Blue) = 166+44+83=293 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.66% from 293); Green value is 44 (17.58% from 255 or 15.02% from 293); Blue value is 83 (32.81% from 255 or 28.33% from 293); Max value from RGB is 166 - color contains mainly: red. Hex color #A62C53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62C53 is #59D3AC. Grayscale: #545454. Windows color (decimal): -5886893 or 5450918. OLE color: 5450918.

HSL color Cylindrical-coordinate representation of color #A62C53: hue angle of 340.82º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A62C53 is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB1664483-
CMYK00.730.500.35
HSL340.82º58.1%41.18%-
HSV(B)340.82º73.49%65.1%-
XYZ18.1910.539.26-
YUV84.92126.92185.83-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 56.66%
GREEN value IS 44 (17.58% from 255) = 15.02%
BLUE value IS 83 (32.81% from 255) = 28.33%
R=56.66%
G=15.02%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166448300.730.500.35340.8258.141.18
HexA62C5304932231553a29
Octal24654123011162435257251
Binary10100110101100101001101001001110010100011101010101111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62C53; }

 p { color: rgb(166,44,83); }

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

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

 a { background-color: rgb(166,44,83); }

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

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

 span { border-color: rgb(166,44,83); }

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