#A21C47

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

Shades of Lipstick #A21C47

Tints of Lipstick #A21C47

Color information

#A21C47 (or 0xA21C47) is unknown color: approx Lipstick. HEX triplet: A2, 1C and 47. RGB value is (162,28,71). Sum of RGB (Red+Green+Blue) = 162+28+71=261 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.07% from 261); Green value is 28 (11.33% from 255 or 10.73% from 261); Blue value is 71 (28.12% from 255 or 27.20% from 261); Max value from RGB is 162 - color contains mainly: red. Hex color #A21C47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A21C47 is #5DE3B8. Grayscale: #484848. Windows color (decimal): -6153145 or 4660386. OLE color: 4660386.

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

Color convert

RGB1622871-
CMYK00.830.560.36
HSL340.75º70.53%37.25%-
HSV(B)340.75º82.72%63.53%-
XYZ16.458.976.82-
YUV72.97126.89191.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 62.07%
GREEN value IS 28 (11.33% from 255) = 10.73%
BLUE value IS 71 (28.12% from 255) = 27.20%
R=62.07%
G=10.73%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162287100.830.560.36340.7570.5337.25
HexA21C4705338241554725
Octal242341070123704452510745
Binary10100010111001000111010100111110001001001010101011000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21C47; }

 p { color: rgb(162,28,71); }

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

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

 a { background-color: rgb(162,28,71); }

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

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

 span { border-color: rgb(162,28,71); }

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