#A52B52

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

Shades of Lipstick #A52B52

Tints of Lipstick #A52B52

Color information

#A52B52 (or 0xA52B52) is unknown color: approx Lipstick. HEX triplet: A5, 2B and 52. RGB value is (165,43,82). Sum of RGB (Red+Green+Blue) = 165+43+82=290 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.90% from 290); Green value is 43 (17.19% from 255 or 14.83% from 290); Blue value is 82 (32.42% from 255 or 28.28% from 290); Max value from RGB is 165 - color contains mainly: red. Hex color #A52B52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52B52 is #5AD4AD. Grayscale: #535353. Windows color (decimal): -5952686 or 5385125. OLE color: 5385125.

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

Color convert

RGB1654382-
CMYK00.740.500.35
HSL340.82º58.65%40.78%-
HSV(B)340.82º73.94%64.71%-
XYZ17.910.349.03-
YUV83.92126.92185.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 56.90%
GREEN value IS 43 (17.19% from 255) = 14.83%
BLUE value IS 82 (32.42% from 255) = 28.28%
R=56.90%
G=14.83%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165438200.740.500.35340.8258.6540.78
HexA52B5204A32231553b29
Octal24553122011262435257351
Binary10100101101011101001001001010110010100011101010101111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52B52; }

 p { color: rgb(165,43,82); }

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

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

 a { background-color: rgb(165,43,82); }

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

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

 span { border-color: rgb(165,43,82); }

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