#A21940

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

Shades of Lipstick #A21940

Tints of Lipstick #A21940

Color information

#A21940 (or 0xA21940) is unknown color: approx Lipstick. HEX triplet: A2, 19 and 40. RGB value is (162,25,64). Sum of RGB (Red+Green+Blue) = 162+25+64=251 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.54% from 251); Green value is 25 (10.16% from 255 or 9.96% from 251); Blue value is 64 (25.39% from 255 or 25.50% from 251); Max value from RGB is 162 - color contains mainly: red. Hex color #A21940 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21940 is #5DE6BF. Grayscale: #464646. Windows color (decimal): -6153920 or 4200866. OLE color: 4200866.

HSL color Cylindrical-coordinate representation of color #A21940: hue angle of 342.92º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A21940 is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB1622564-
CMYK00.850.600.36
HSL342.92º73.26%36.67%-
HSV(B)342.92º84.57%63.53%-
XYZ16.178.755.69-
YUV70.41124.39193.33-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 64.54%
GREEN value IS 25 (10.16% from 255) = 9.96%
BLUE value IS 64 (25.39% from 255) = 25.50%
R=64.54%
G=9.96%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162256400.850.600.36342.9273.2636.67
HexA219400553C241574925
Octal242311000125744452711145
Binary10100010110011000000010101011111001001001010101111001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21940; }

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

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

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

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

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

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

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

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