#A21747

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

Shades of Lipstick #A21747

Tints of Lipstick #A21747

Color information

#A21747 (or 0xA21747) is unknown color: approx Lipstick. HEX triplet: A2, 17 and 47. RGB value is (162,23,71). Sum of RGB (Red+Green+Blue) = 162+23+71=256 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.28% from 256); Green value is 23 (9.38% from 255 or 8.98% from 256); Blue value is 71 (28.12% from 255 or 27.73% from 256); Max value from RGB is 162 - color contains mainly: red. Hex color #A21747 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21747 is #5DE8B8. Grayscale: #454545. Windows color (decimal): -6154425 or 4659106. OLE color: 4659106.

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

Color convert

RGB1622371-
CMYK00.860.560.36
HSL339.28º75.14%36.27%-
HSV(B)339.28º85.8%63.53%-
XYZ16.348.756.79-
YUV70.03128.55193.6-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 63.28%
GREEN value IS 23 (9.38% from 255) = 8.98%
BLUE value IS 71 (28.12% from 255) = 27.73%
R=63.28%
G=8.98%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162237100.860.560.36339.2875.1436.27
HexA2174705638241534b24
Octal242271070126704452311344
Binary10100010101111000111010101101110001001001010100111001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21747; }

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

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

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

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

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

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

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

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