#A72454

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

Shades of Lipstick #A72454

Tints of Lipstick #A72454

Color information

#A72454 (or 0xA72454) is unknown color: approx Lipstick. HEX triplet: A7, 24 and 54. RGB value is (167,36,84). Sum of RGB (Red+Green+Blue) = 167+36+84=287 (38% of max value = 765). Red value is 167 (65.62% from 255 or 58.19% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 84 (33.20% from 255 or 29.27% from 287); Max value from RGB is 167 - color contains mainly: red. Hex color #A72454 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A72454 is #58DBAB. Grayscale: #505050. Windows color (decimal): -5823404 or 5514407. OLE color: 5514407.

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

Color convert

RGB1673684-
CMYK00.780.500.35
HSL338.02º64.53%39.8%-
HSV(B)338.02º78.44%65.49%-
XYZ18.1710.129.38-
YUV80.64129.9189.6-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 58.19%
GREEN value IS 36 (14.45% from 255) = 12.54%
BLUE value IS 84 (33.20% from 255) = 29.27%
R=58.19%
G=12.54%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167368400.780.500.35338.0264.5339.8
HexA7245404E32231524128
Octal247441240116624352210150
Binary101001111001001010100010011101100101000111010100101000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72454; }

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

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

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

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

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

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

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

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