#A52A61

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

Shades of Lipstick #A52A61

Tints of Lipstick #A52A61

Color information

#A52A61 (or 0xA52A61) is unknown color: approx Lipstick. HEX triplet: A5, 2A and 61. RGB value is (165,42,97). Sum of RGB (Red+Green+Blue) = 165+42+97=304 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.28% from 304); Green value is 42 (16.80% from 255 or 13.82% from 304); Blue value is 97 (38.28% from 255 or 31.91% from 304); Max value from RGB is 165 - color contains mainly: red. Hex color #A52A61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52A61 is #5AD59E. Grayscale: #545454. Windows color (decimal): -5952927 or 6367909. OLE color: 6367909.

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

Color convert

RGB1654297-
CMYK00.750.410.35
HSL333.17º59.42%40.59%-
HSV(B)333.17º74.55%64.71%-
XYZ18.510.5212.36-
YUV85.05134.75185.03-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 54.28%
GREEN value IS 42 (16.80% from 255) = 13.82%
BLUE value IS 97 (38.28% from 255) = 31.91%
R=54.28%
G=13.82%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165429700.750.410.35333.1759.4240.59
HexA52A6104B292314d3b29
Octal24552141011351435157351
Binary10100101101010110000101001011101001100011101001101111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52A61; }

 p { color: rgb(165,42,97); }

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

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

 a { background-color: rgb(165,42,97); }

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

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

 span { border-color: rgb(165,42,97); }

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