#A21641

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

Shades of Lipstick #A21641

Tints of Lipstick #A21641

Color information

#A21641 (or 0xA21641) is unknown color: approx Lipstick. HEX triplet: A2, 16 and 41. RGB value is (162,22,65). Sum of RGB (Red+Green+Blue) = 162+22+65=249 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.06% from 249); Green value is 22 (8.98% from 255 or 8.84% from 249); Blue value is 65 (25.78% from 255 or 26.10% from 249); Max value from RGB is 162 - color contains mainly: red. Hex color #A21641 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21641 is #5DE9BE. Grayscale: #444444. Windows color (decimal): -6154687 or 4265634. OLE color: 4265634.

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

Color convert

RGB1622265-
CMYK00.860.600.36
HSL341.57º76.09%36.08%-
HSV(B)341.57º86.42%63.53%-
XYZ16.148.645.82-
YUV68.76125.88194.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 65.06%
GREEN value IS 22 (8.98% from 255) = 8.84%
BLUE value IS 65 (25.78% from 255) = 26.10%
R=65.06%
G=8.84%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162226500.860.600.36341.5776.0936.08
HexA216410563C241564c24
Octal242261010126744452611444
Binary10100010101101000001010101101111001001001010101101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21641; }

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

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

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

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

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

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

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

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