#A22A49

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

Shades of Lipstick #A22A49

Tints of Lipstick #A22A49

Color information

#A22A49 (or 0xA22A49) is unknown color: approx Lipstick. HEX triplet: A2, 2A and 49. RGB value is (162,42,73). Sum of RGB (Red+Green+Blue) = 162+42+73=277 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.48% from 277); Green value is 42 (16.80% from 255 or 15.16% from 277); Blue value is 73 (28.91% from 255 or 26.35% from 277); Max value from RGB is 162 - color contains mainly: red. Hex color #A22A49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22A49 is #5DD5B6. Grayscale: #515151. Windows color (decimal): -6149559 or 4795042. OLE color: 4795042.

HSL color Cylindrical-coordinate representation of color #A22A49: hue angle of 344.5º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A22A49 is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB1624273-
CMYK00.740.550.36
HSL344.5º58.82%40%-
HSV(B)344.5º74.07%63.53%-
XYZ16.939.827.31-
YUV81.41123.26185.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.48%
GREEN value IS 42 (16.80% from 255) = 15.16%
BLUE value IS 73 (28.91% from 255) = 26.35%
R=58.48%
G=15.16%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162427300.740.550.36344.558.8240
HexA22A4904A37241583b28
Octal24252111011267445307350
Binary10100010101010100100101001010110111100100101011000111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22A49; }

 p { color: rgb(162,42,73); }

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

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

 a { background-color: rgb(162,42,73); }

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

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

 span { border-color: rgb(162,42,73); }

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