#A52E59

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

Shades of Lipstick #A52E59

Tints of Lipstick #A52E59

Color information

#A52E59 (or 0xA52E59) is unknown color: approx Lipstick. HEX triplet: A5, 2E and 59. RGB value is (165,46,89). Sum of RGB (Red+Green+Blue) = 165+46+89=300 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55% from 300); Green value is 46 (18.36% from 255 or 15.33% from 300); Blue value is 89 (35.16% from 255 or 29.67% from 300); Max value from RGB is 165 - color contains mainly: red. Hex color #A52E59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52E59 is #5AD1A6. Grayscale: #565656. Windows color (decimal): -5951911 or 5844645. OLE color: 5844645.

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

Color convert

RGB1654689-
CMYK00.720.460.35
HSL338.32º56.4%41.37%-
HSV(B)338.32º72.12%64.71%-
XYZ18.310.6710.55-
YUV86.48129.42184-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55%
GREEN value IS 46 (18.36% from 255) = 15.33%
BLUE value IS 89 (35.16% from 255) = 29.67%
R=55%
G=15.33%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165468900.720.460.35338.3256.441.37
HexA52E590482E231523829
Octal24556131011056435227051
Binary10100101101110101100101001000101110100011101010010111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52E59; }

 p { color: rgb(165,46,89); }

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

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

 a { background-color: rgb(165,46,89); }

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

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

 span { border-color: rgb(165,46,89); }

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