#a52b4c

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

Shades of Lipstick #A52B4C

Tints of Lipstick #A52B4C

Color information

#A52B4C (or 0xA52B4C) is unknown color: approx Lipstick. HEX triplet: A5, 2B and 4C. RGB value is (165,43,76). Sum of RGB (Red+Green+Blue) = 165+43+76=284 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.10% from 284); Green value is 43 (17.19% from 255 or 15.14% from 284); Blue value is 76 (30.08% from 255 or 26.76% from 284); Max value from RGB is 165 - color contains mainly: red. Hex color #A52B4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52B4C is #5AD4B3. Grayscale: #535353. Windows color (decimal): -5952692 or 4991909. OLE color: 4991909.

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

Color convert

RGB1654376-
CMYK00.740.540.35
HSL343.77º58.65%40.78%-
HSV(B)343.77º73.94%64.71%-
XYZ17.6910.257.88-
YUV83.24123.92186.32-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 58.10%
GREEN value IS 43 (17.19% from 255) = 15.14%
BLUE value IS 76 (30.08% from 255) = 26.76%
R=58.10%
G=15.14%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165437600.740.540.35343.7758.6540.78
HexA52B4C04A36231583b29
Octal24553114011266435307351
Binary10100101101011100110001001010110110100011101011000111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a52b4c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a52b4c; }

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

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

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

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

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

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

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

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