#A21743

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

Shades of Lipstick #A21743

Tints of Lipstick #A21743

Color information

#A21743 (or 0xA21743) is unknown color: approx Lipstick. HEX triplet: A2, 17 and 43. RGB value is (162,23,67). Sum of RGB (Red+Green+Blue) = 162+23+67=252 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.29% from 252); Green value is 23 (9.38% from 255 or 9.13% from 252); Blue value is 67 (26.56% from 255 or 26.59% from 252); Max value from RGB is 162 - color contains mainly: red. Hex color #A21743 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21743 is #5DE8BC. Grayscale: #454545. Windows color (decimal): -6154429 or 4396962. OLE color: 4396962.

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

Color convert

RGB1622367-
CMYK00.860.590.36
HSL341.01º75.14%36.27%-
HSV(B)341.01º85.8%63.53%-
XYZ16.228.76.13-
YUV69.58126.55193.92-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 64.29%
GREEN value IS 23 (9.38% from 255) = 9.13%
BLUE value IS 67 (26.56% from 255) = 26.59%
R=64.29%
G=9.13%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162236700.860.590.36341.0175.1436.27
HexA217430563B241554b24
Octal242271030126734452511344
Binary10100010101111000011010101101110111001001010101011001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21743; }

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

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

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

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

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

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

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

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