#A22149

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

Shades of Lipstick #A22149

Tints of Lipstick #A22149

Color information

#A22149 (or 0xA22149) is unknown color: approx Lipstick. HEX triplet: A2, 21 and 49. RGB value is (162,33,73). Sum of RGB (Red+Green+Blue) = 162+33+73=268 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.45% from 268); Green value is 33 (13.28% from 255 or 12.31% from 268); Blue value is 73 (28.91% from 255 or 27.24% from 268); Max value from RGB is 162 - color contains mainly: red. Hex color #A22149 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22149 is #5DDEB6. Grayscale: #4C4C4C. Windows color (decimal): -6151863 or 4792738. OLE color: 4792738.

HSL color Cylindrical-coordinate representation of color #A22149: hue angle of 341.4º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A22149 is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB1623373-
CMYK00.800.550.36
HSL341.4º66.15%38.24%-
HSV(B)341.4º79.63%63.53%-
XYZ16.659.257.21-
YUV76.13126.24189.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 60.45%
GREEN value IS 33 (13.28% from 255) = 12.31%
BLUE value IS 73 (28.91% from 255) = 27.24%
R=60.45%
G=12.31%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162337300.800.550.36341.466.1538.24
HexA2214905037241554226
Octal242411110120674452510246
Binary101000101000011001001010100001101111001001010101011000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22149; }

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

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

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

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

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

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

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

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