#A21847

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

Shades of Lipstick #A21847

Tints of Lipstick #A21847

Color information

#A21847 (or 0xA21847) is unknown color: approx Lipstick. HEX triplet: A2, 18 and 47. RGB value is (162,24,71). Sum of RGB (Red+Green+Blue) = 162+24+71=257 (34% of max value = 765). Red value is 162 (63.67% from 255 or 63.04% from 257); Green value is 24 (9.77% from 255 or 9.34% from 257); Blue value is 71 (28.12% from 255 or 27.63% from 257); Max value from RGB is 162 - color contains mainly: red. Hex color #A21847 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21847 is #5DE7B8. Grayscale: #464646. Windows color (decimal): -6154169 or 4659362. OLE color: 4659362.

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

Color convert

RGB1622471-
CMYK00.850.560.36
HSL339.57º74.19%36.47%-
HSV(B)339.57º85.19%63.53%-
XYZ16.368.796.8-
YUV70.62128.22193.18-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 63.04%
GREEN value IS 24 (9.77% from 255) = 9.34%
BLUE value IS 71 (28.12% from 255) = 27.63%
R=63.04%
G=9.34%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162247100.850.560.36339.5774.1936.47
HexA2184705538241544a24
Octal242301070125704452411244
Binary10100010110001000111010101011110001001001010101001001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21847; }

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

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

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

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

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

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

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

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