#A22949

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

Shades of Lipstick #A22949

Tints of Lipstick #A22949

Color information

#A22949 (or 0xA22949) is unknown color: approx Lipstick. HEX triplet: A2, 29 and 49. RGB value is (162,41,73). Sum of RGB (Red+Green+Blue) = 162+41+73=276 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.70% from 276); Green value is 41 (16.41% from 255 or 14.86% from 276); Blue value is 73 (28.91% from 255 or 26.45% from 276); Max value from RGB is 162 - color contains mainly: red. Hex color #A22949 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22949 is #5DD6B6. Grayscale: #505050. Windows color (decimal): -6149815 or 4794786. OLE color: 4794786.

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

Color convert

RGB1624173-
CMYK00.750.550.36
HSL344.13º59.61%39.8%-
HSV(B)344.13º74.69%63.53%-
XYZ16.99.757.29-
YUV80.83123.59185.9-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.70%
GREEN value IS 41 (16.41% from 255) = 14.86%
BLUE value IS 73 (28.91% from 255) = 26.45%
R=58.70%
G=14.86%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162417300.750.550.36344.1359.6139.8
HexA2294904B37241583c28
Octal24251111011367445307450
Binary10100010101001100100101001011110111100100101011000111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22949; }

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

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

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

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

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

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

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

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