#A31A49

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

Shades of Lipstick #A31A49

Tints of Lipstick #A31A49

Color information

#A31A49 (or 0xA31A49) is unknown color: approx Lipstick. HEX triplet: A3, 1A and 49. RGB value is (163,26,73). Sum of RGB (Red+Green+Blue) = 163+26+73=262 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.21% from 262); Green value is 26 (10.55% from 255 or 9.92% from 262); Blue value is 73 (28.91% from 255 or 27.86% from 262); Max value from RGB is 163 - color contains mainly: red. Hex color #A31A49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A31A49 is #5CE5B6. Grayscale: #484848. Windows color (decimal): -6088119 or 4790947. OLE color: 4790947.

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

Color convert

RGB1632673-
CMYK00.840.550.36
HSL339.42º72.49%37.06%-
HSV(B)339.42º84.05%63.92%-
XYZ16.689.017.16-
YUV72.32128.39192.68-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 62.21%
GREEN value IS 26 (10.55% from 255) = 9.92%
BLUE value IS 73 (28.91% from 255) = 27.86%
R=62.21%
G=9.92%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163267300.840.550.36339.4272.4937.06
HexA31A4905437241534825
Octal243321110124674452311045
Binary10100011110101001001010101001101111001001010100111001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31A49; }

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

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

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

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

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

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

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

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