#A72445

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

Shades of Lipstick #A72445

Tints of Lipstick #A72445

Color information

#A72445 (or 0xA72445) is unknown color: approx Lipstick. HEX triplet: A7, 24 and 45. RGB value is (167,36,69). Sum of RGB (Red+Green+Blue) = 167+36+69=272 (36% of max value = 765). Red value is 167 (65.62% from 255 or 61.40% from 272); Green value is 36 (14.45% from 255 or 13.24% from 272); Blue value is 69 (27.34% from 255 or 25.37% from 272); Max value from RGB is 167 - color contains mainly: red. Hex color #A72445 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72445 is #58DBBA. Grayscale: #4E4E4E. Windows color (decimal): -5823419 or 4531367. OLE color: 4531367.

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

Color convert

RGB1673669-
CMYK00.780.590.35
HSL344.89º64.53%39.8%-
HSV(B)344.89º78.44%65.49%-
XYZ17.649.916.61-
YUV78.93122.4190.82-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 61.40%
GREEN value IS 36 (14.45% from 255) = 13.24%
BLUE value IS 69 (27.34% from 255) = 25.37%
R=61.40%
G=13.24%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167366900.780.590.35344.8964.5339.8
HexA7244504E3B231594128
Octal247441050116734353110150
Binary101001111001001000101010011101110111000111010110011000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72445; }

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

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

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

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

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

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

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

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