#a22249

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

Shades of Lipstick #A22249

Tints of Lipstick #A22249

Color information

#A22249 (or 0xA22249) is unknown color: approx Lipstick. HEX triplet: A2, 22 and 49. RGB value is (162,34,73). Sum of RGB (Red+Green+Blue) = 162+34+73=269 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.22% from 269); Green value is 34 (13.67% from 255 or 12.64% from 269); Blue value is 73 (28.91% from 255 or 27.14% from 269); Max value from RGB is 162 - color contains mainly: red. Hex color #A22249 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22249 is #5DDDB6. Grayscale: #4C4C4C. Windows color (decimal): -6151607 or 4792994. OLE color: 4792994.

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

Color convert

RGB1623473-
CMYK00.790.550.36
HSL341.72º65.31%38.43%-
HSV(B)341.72º79.01%63.53%-
XYZ16.679.317.22-
YUV76.72125.91188.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 60.22%
GREEN value IS 34 (13.67% from 255) = 12.64%
BLUE value IS 73 (28.91% from 255) = 27.14%
R=60.22%
G=12.64%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162347300.790.550.36341.7265.3138.43
HexA2224904F37241564126
Octal242421110117674452610146
Binary101000101000101001001010011111101111001001010101101000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a22249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a22249; }

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

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

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

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

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

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

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

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