#A31649

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

Shades of Lipstick #A31649

Tints of Lipstick #A31649

Color information

#A31649 (or 0xA31649) is unknown color: approx Lipstick. HEX triplet: A3, 16 and 49. RGB value is (163,22,73). Sum of RGB (Red+Green+Blue) = 163+22+73=258 (34% of max value = 765). Red value is 163 (64.06% from 255 or 63.18% from 258); Green value is 22 (8.98% from 255 or 8.53% from 258); Blue value is 73 (28.91% from 255 or 28.29% from 258); Max value from RGB is 163 - color contains mainly: red. Hex color #A31649 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31649 is #5CE9B6. Grayscale: #454545. Windows color (decimal): -6089143 or 4789923. OLE color: 4789923.

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

Color convert

RGB1632273-
CMYK00.870.550.36
HSL338.3º76.22%36.27%-
HSV(B)338.3º86.5%63.92%-
XYZ16.598.847.14-
YUV69.97129.71194.35-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 63.18%
GREEN value IS 22 (8.98% from 255) = 8.53%
BLUE value IS 73 (28.91% from 255) = 28.29%
R=63.18%
G=8.53%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163227300.870.550.36338.376.2236.27
HexA3164905737241524c24
Octal243261110127674452211444
Binary10100011101101001001010101111101111001001010100101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31649; }

 p { color: rgb(163,22,73); }

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

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

 a { background-color: rgb(163,22,73); }

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

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

 span { border-color: rgb(163,22,73); }

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