#A21649

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

Shades of Lipstick #A21649

Tints of Lipstick #A21649

Color information

#A21649 (or 0xA21649) is unknown color: approx Lipstick. HEX triplet: A2, 16 and 49. RGB value is (162,22,73). Sum of RGB (Red+Green+Blue) = 162+22+73=257 (34% of max value = 765). Red value is 162 (63.67% from 255 or 63.04% from 257); Green value is 22 (8.98% from 255 or 8.56% from 257); Blue value is 73 (28.91% from 255 or 28.40% from 257); Max value from RGB is 162 - color contains mainly: red. Hex color #A21649 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21649 is #5DE9B6. Grayscale: #454545. Windows color (decimal): -6154679 or 4789922. OLE color: 4789922.

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

Color convert

RGB1622273-
CMYK00.860.550.36
HSL338.14º76.09%36.08%-
HSV(B)338.14º86.42%63.53%-
XYZ16.398.747.13-
YUV69.67129.88193.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 63.04%
GREEN value IS 22 (8.98% from 255) = 8.56%
BLUE value IS 73 (28.91% from 255) = 28.40%
R=63.04%
G=8.56%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162227300.860.550.36338.1476.0936.08
HexA2164905637241524c24
Octal242261110126674452211444
Binary10100010101101001001010101101101111001001010100101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21649; }

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

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

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

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

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

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

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

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