#A22B49

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

Shades of Lipstick #A22B49

Tints of Lipstick #A22B49

Color information

#A22B49 (or 0xA22B49) is unknown color: approx Lipstick. HEX triplet: A2, 2B and 49. RGB value is (162,43,73). Sum of RGB (Red+Green+Blue) = 162+43+73=278 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.27% from 278); Green value is 43 (17.19% from 255 or 15.47% from 278); Blue value is 73 (28.91% from 255 or 26.26% from 278); Max value from RGB is 162 - color contains mainly: red. Hex color #A22B49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22B49 is #5DD4B6. Grayscale: #525252. Windows color (decimal): -6149303 or 4795298. OLE color: 4795298.

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

Color convert

RGB1624373-
CMYK00.730.550.36
HSL344.87º58.05%40.2%-
HSV(B)344.87º73.46%63.53%-
XYZ16.979.897.32-
YUV82122.92185.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.27%
GREEN value IS 43 (17.19% from 255) = 15.47%
BLUE value IS 73 (28.91% from 255) = 26.26%
R=58.27%
G=15.47%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162437300.730.550.36344.8758.0540.2
HexA22B4904937241593a28
Octal24253111011167445317250
Binary10100010101011100100101001001110111100100101011001111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22B49; }

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

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

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

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

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

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

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

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