#A21A42

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

Shades of Lipstick #A21A42

Tints of Lipstick #A21A42

Color information

#A21A42 (or 0xA21A42) is unknown color: approx Lipstick. HEX triplet: A2, 1A and 42. RGB value is (162,26,66). Sum of RGB (Red+Green+Blue) = 162+26+66=254 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.78% from 254); Green value is 26 (10.55% from 255 or 10.24% from 254); Blue value is 66 (26.17% from 255 or 25.98% from 254); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A21A42 is #5DE5BD. Grayscale: #474747. Windows color (decimal): -6153662 or 4332194. OLE color: 4332194.

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

Color convert

RGB1622666-
CMYK00.840.590.36
HSL342.35º72.34%36.86%-
HSV(B)342.35º83.95%63.53%-
XYZ16.258.816-
YUV71.22125.06192.75-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 63.78%
GREEN value IS 26 (10.55% from 255) = 10.24%
BLUE value IS 66 (26.17% from 255) = 25.98%
R=63.78%
G=10.24%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162266600.840.590.36342.3572.3436.86
HexA21A420543B241564825
Octal242321020124734452611045
Binary10100010110101000010010101001110111001001010101101001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21A42; }

 p { color: rgb(162,26,66); }

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

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

 a { background-color: rgb(162,26,66); }

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

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

 span { border-color: rgb(162,26,66); }

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