#A52C4F

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

Shades of Lipstick #A52C4F

Tints of Lipstick #A52C4F

Color information

#A52C4F (or 0xA52C4F) is unknown color: approx Lipstick. HEX triplet: A5, 2C and 4F. RGB value is (165,44,79). Sum of RGB (Red+Green+Blue) = 165+44+79=288 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.29% from 288); Green value is 44 (17.58% from 255 or 15.28% from 288); Blue value is 79 (31.25% from 255 or 27.43% from 288); Max value from RGB is 165 - color contains mainly: red. Hex color #A52C4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52C4F is #5AD3B0. Grayscale: #545454. Windows color (decimal): -5952433 or 5188773. OLE color: 5188773.

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

Color convert

RGB1654479-
CMYK00.730.520.35
HSL342.64º57.89%40.98%-
HSV(B)342.64º73.33%64.71%-
XYZ17.8310.378.46-
YUV84.17125.09185.65-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 57.29%
GREEN value IS 44 (17.58% from 255) = 15.28%
BLUE value IS 79 (31.25% from 255) = 27.43%
R=57.29%
G=15.28%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165447900.730.520.35342.6457.8940.98
HexA52C4F04934231573a29
Octal24554117011164435277251
Binary10100101101100100111101001001110100100011101010111111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52C4F; }

 p { color: rgb(165,44,79); }

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

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

 a { background-color: rgb(165,44,79); }

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

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

 span { border-color: rgb(165,44,79); }

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