#A72E5B

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

Shades of Lipstick #A72E5B

Tints of Lipstick #A72E5B

Color information

#A72E5B (or 0xA72E5B) is unknown color: approx Lipstick. HEX triplet: A7, 2E and 5B. RGB value is (167,46,91). Sum of RGB (Red+Green+Blue) = 167+46+91=304 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.93% from 304); Green value is 46 (18.36% from 255 or 15.13% from 304); Blue value is 91 (35.94% from 255 or 29.93% from 304); Max value from RGB is 167 - color contains mainly: red. Hex color #A72E5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A72E5B is #58D1A4. Grayscale: #575757. Windows color (decimal): -5820837 or 5975719. OLE color: 5975719.

HSL color Cylindrical-coordinate representation of color #A72E5B: hue angle of 337.69º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A72E5B is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB1674691-
CMYK00.720.460.35
HSL337.69º56.81%41.76%-
HSV(B)337.69º72.46%65.49%-
XYZ18.810.9211.02-
YUV87.31130.09184.84-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 54.93%
GREEN value IS 46 (18.36% from 255) = 15.13%
BLUE value IS 91 (35.94% from 255) = 29.93%
R=54.93%
G=15.13%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167469100.720.460.35337.6956.8141.76
HexA72E5B0482E23152392a
Octal24756133011056435227152
Binary10100111101110101101101001000101110100011101010010111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72E5B; }

 p { color: rgb(167,46,91); }

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

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

 a { background-color: rgb(167,46,91); }

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

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

 span { border-color: rgb(167,46,91); }

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