#A21E40

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

Shades of Lipstick #A21E40

Tints of Lipstick #A21E40

Color information

#A21E40 (or 0xA21E40) is unknown color: approx Lipstick. HEX triplet: A2, 1E and 40. RGB value is (162,30,64). Sum of RGB (Red+Green+Blue) = 162+30+64=256 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.28% from 256); Green value is 30 (12.11% from 255 or 11.72% from 256); Blue value is 64 (25.39% from 255 or 25% from 256); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A21E40 is #5DE1BF. Grayscale: #494949. Windows color (decimal): -6152640 or 4202146. OLE color: 4202146.

HSL color Cylindrical-coordinate representation of color #A21E40: hue angle of 344.55º 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 #A21E40 is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB1623064-
CMYK00.810.600.36
HSL344.55º68.75%37.65%-
HSV(B)344.55º81.48%63.53%-
XYZ16.298.985.73-
YUV73.34122.73191.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 63.28%
GREEN value IS 30 (12.11% from 255) = 11.72%
BLUE value IS 64 (25.39% from 255) = 25%
R=63.28%
G=11.72%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162306400.810.600.36344.5568.7537.65
HexA21E400513C241594526
Octal242361000121744453110546
Binary10100010111101000000010100011111001001001010110011000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21E40; }

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

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

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

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

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

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

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

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