#A52D55

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

Shades of Lipstick #A52D55

Tints of Lipstick #A52D55

Color information

#A52D55 (or 0xA52D55) is unknown color: approx Lipstick. HEX triplet: A5, 2D and 55. RGB value is (165,45,85). Sum of RGB (Red+Green+Blue) = 165+45+85=295 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.93% from 295); Green value is 45 (17.97% from 255 or 15.25% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 165 - color contains mainly: red. Hex color #A52D55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52D55 is #5AD2AA. Grayscale: #555555. Windows color (decimal): -5952171 or 5582245. OLE color: 5582245.

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

Color convert

RGB1654585-
CMYK00.730.480.35
HSL340º57.14%41.18%-
HSV(B)340º72.73%64.71%-
XYZ18.110.539.67-
YUV85.44127.76184.75-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55.93%
GREEN value IS 45 (17.97% from 255) = 15.25%
BLUE value IS 85 (33.59% from 255) = 28.81%
R=55.93%
G=15.25%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165458500.730.480.3534057.1441.18
HexA52D5504930231543929
Octal24555125011160435247151
Binary10100101101101101010101001001110000100011101010100111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52D55; }

 p { color: rgb(165,45,85); }

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

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

 a { background-color: rgb(165,45,85); }

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

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

 span { border-color: rgb(165,45,85); }

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