#A72954

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

Shades of Lipstick #A72954

Tints of Lipstick #A72954

Color information

#A72954 (or 0xA72954) is unknown color: approx Lipstick. HEX triplet: A7, 29 and 54. RGB value is (167,41,84). Sum of RGB (Red+Green+Blue) = 167+41+84=292 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.19% from 292); Green value is 41 (16.41% from 255 or 14.04% from 292); Blue value is 84 (33.20% from 255 or 28.77% from 292); Max value from RGB is 167 - color contains mainly: red. Hex color #A72954 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A72954 is #58D6AB. Grayscale: #535353. Windows color (decimal): -5822124 or 5515687. OLE color: 5515687.

HSL color Cylindrical-coordinate representation of color #A72954: hue angle of 339.52º degrees, saturation: 0.61, 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 #A72954 is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB1674184-
CMYK00.750.500.35
HSL339.52º60.58%40.78%-
HSV(B)339.52º75.45%65.49%-
XYZ18.3310.449.44-
YUV83.58128.24187.5-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 57.19%
GREEN value IS 41 (16.41% from 255) = 14.04%
BLUE value IS 84 (33.20% from 255) = 28.77%
R=57.19%
G=14.04%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167418400.750.500.35339.5260.5840.78
HexA7295404B32231543d29
Octal24751124011362435247551
Binary10100111101001101010001001011110010100011101010100111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72954; }

 p { color: rgb(167,41,84); }

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

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

 a { background-color: rgb(167,41,84); }

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

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

 span { border-color: rgb(167,41,84); }

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