#A72242

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

Shades of Lipstick #A72242

Tints of Lipstick #A72242

Color information

#A72242 (or 0xA72242) is unknown color: approx Lipstick. HEX triplet: A7, 22 and 42. RGB value is (167,34,66). Sum of RGB (Red+Green+Blue) = 167+34+66=267 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.55% from 267); Green value is 34 (13.67% from 255 or 12.73% from 267); Blue value is 66 (26.17% from 255 or 24.72% from 267); Max value from RGB is 167 - color contains mainly: red. Hex color #A72242 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72242 is #58DDBD. Grayscale: #4D4D4D. Windows color (decimal): -5823934 or 4334247. OLE color: 4334247.

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

Color convert

RGB1673466-
CMYK00.800.600.35
HSL345.56º66.17%39.41%-
HSV(B)345.56º79.64%65.49%-
XYZ17.499.756.11-
YUV77.41121.56191.9-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 62.55%
GREEN value IS 34 (13.67% from 255) = 12.73%
BLUE value IS 66 (26.17% from 255) = 24.72%
R=62.55%
G=12.73%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.60
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167346600.800.600.35345.5666.1739.41
HexA722420503C2315a4227
Octal247421020120744353210247
Binary101001111000101000010010100001111001000111010110101000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72242; }

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

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

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

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

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

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

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

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