#A21E49

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

Shades of Lipstick #A21E49

Tints of Lipstick #A21E49

Color information

#A21E49 (or 0xA21E49) is unknown color: approx Lipstick. HEX triplet: A2, 1E and 49. RGB value is (162,30,73). Sum of RGB (Red+Green+Blue) = 162+30+73=265 (35% of max value = 765). Red value is 162 (63.67% from 255 or 61.13% from 265); Green value is 30 (12.11% from 255 or 11.32% from 265); Blue value is 73 (28.91% from 255 or 27.55% from 265); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A21E49 is #5DE1B6. Grayscale: #4A4A4A. Windows color (decimal): -6152631 or 4791970. OLE color: 4791970.

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

Color convert

RGB1623073-
CMYK00.810.550.36
HSL340.45º68.75%37.65%-
HSV(B)340.45º81.48%63.53%-
XYZ16.579.097.18-
YUV74.37127.23190.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 61.13%
GREEN value IS 30 (12.11% from 255) = 11.32%
BLUE value IS 73 (28.91% from 255) = 27.55%
R=61.13%
G=11.32%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162307300.810.550.36340.4568.7537.65
HexA21E4905137241544526
Octal242361110121674452410546
Binary10100010111101001001010100011101111001001010101001000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21E49; }

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

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

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

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

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

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

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

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