#A52E54

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

Shades of Lipstick #A52E54

Tints of Lipstick #A52E54

Color information

#A52E54 (or 0xA52E54) is unknown color: approx Lipstick. HEX triplet: A5, 2E and 54. RGB value is (165,46,84). Sum of RGB (Red+Green+Blue) = 165+46+84=295 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.93% from 295); Green value is 46 (18.36% from 255 or 15.59% from 295); Blue value is 84 (33.20% from 255 or 28.47% from 295); Max value from RGB is 165 - color contains mainly: red. Hex color #A52E54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52E54 is #5AD1AB. Grayscale: #555555. Windows color (decimal): -5951916 or 5516965. OLE color: 5516965.

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

Color convert

RGB1654684-
CMYK00.720.490.35
HSL340.84º56.4%41.37%-
HSV(B)340.84º72.12%64.71%-
XYZ18.0910.599.48-
YUV85.91126.92184.41-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55.93%
GREEN value IS 46 (18.36% from 255) = 15.59%
BLUE value IS 84 (33.20% from 255) = 28.47%
R=55.93%
G=15.59%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165468400.720.490.35340.8456.441.37
HexA52E5404831231553829
Octal24556124011061435257051
Binary10100101101110101010001001000110001100011101010101111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52E54; }

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

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

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

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

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

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

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

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