#A52764

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

Shades of Lipstick #A52764

Tints of Lipstick #A52764

Color information

#A52764 (or 0xA52764) is unknown color: approx Lipstick. HEX triplet: A5, 27 and 64. RGB value is (165,39,100). Sum of RGB (Red+Green+Blue) = 165+39+100=304 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.28% from 304); Green value is 39 (15.62% from 255 or 12.83% from 304); Blue value is 100 (39.45% from 255 or 32.89% from 304); Max value from RGB is 165 - color contains mainly: red. Hex color #A52764 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52764 is #5AD89B. Grayscale: #535353. Windows color (decimal): -5953692 or 6563749. OLE color: 6563749.

HSL color Cylindrical-coordinate representation of color #A52764: hue angle of 330.95º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A52764 is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB16539100-
CMYK00.760.390.35
HSL330.95º61.76%40%-
HSV(B)330.95º76.36%64.71%-
XYZ18.5410.3713.08-
YUV83.63137.24186.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 54.28%
GREEN value IS 39 (15.62% from 255) = 12.83%
BLUE value IS 100 (39.45% from 255) = 32.89%
R=54.28%
G=12.83%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1653910000.760.390.35330.9561.7640
HexA5276404C272314b3e28
Octal24547144011447435137650
Binary10100101100111110010001001100100111100011101001011111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52764; }

 p { color: rgb(165,39,100); }

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

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

 a { background-color: rgb(165,39,100); }

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

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

 span { border-color: rgb(165,39,100); }

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