#A72250

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

Shades of Lipstick #A72250

Tints of Lipstick #A72250

Color information

#A72250 (or 0xA72250) is unknown color: approx Lipstick. HEX triplet: A7, 22 and 50. RGB value is (167,34,80). Sum of RGB (Red+Green+Blue) = 167+34+80=281 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.43% from 281); Green value is 34 (13.67% from 255 or 12.10% from 281); Blue value is 80 (31.64% from 255 or 28.47% from 281); Max value from RGB is 167 - color contains mainly: red. Hex color #A72250 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A72250 is #58DDAF. Grayscale: #4E4E4E. Windows color (decimal): -5823920 or 5251751. OLE color: 5251751.

HSL color Cylindrical-coordinate representation of color #A72250: hue angle of 339.25º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A72250 is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB1673480-
CMYK00.800.520.35
HSL339.25º66.17%39.41%-
HSV(B)339.25º79.64%65.49%-
XYZ17.969.948.56-
YUV79.01128.56190.76-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 59.43%
GREEN value IS 34 (13.67% from 255) = 12.10%
BLUE value IS 80 (31.64% from 255) = 28.47%
R=59.43%
G=12.10%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167348000.800.520.35339.2566.1739.41
HexA7225005034231534227
Octal247421200120644352310247
Binary101001111000101010000010100001101001000111010100111000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72250; }

 p { color: rgb(167,34,80); }

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

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

 a { background-color: rgb(167,34,80); }

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

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

 span { border-color: rgb(167,34,80); }

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