#A31740

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

Shades of Lipstick #A31740

Tints of Lipstick #A31740

Color information

#A31740 (or 0xA31740) is unknown color: approx Lipstick. HEX triplet: A3, 17 and 40. RGB value is (163,23,64). Sum of RGB (Red+Green+Blue) = 163+23+64=250 (33% of max value = 765). Red value is 163 (64.06% from 255 or 65.2% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 64 (25.39% from 255 or 25.6% from 250); Max value from RGB is 163 - color contains mainly: red. Hex color #A31740 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31740 is #5CE8BF. Grayscale: #454545. Windows color (decimal): -6088896 or 4200355. OLE color: 4200355.

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

Color convert

RGB1632364-
CMYK00.860.610.36
HSL342.43º75.27%36.47%-
HSV(B)342.43º85.89%63.92%-
XYZ16.348.775.68-
YUV69.53124.88194.67-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 65.2%
GREEN value IS 23 (9.38% from 255) = 9.2%
BLUE value IS 64 (25.39% from 255) = 25.6%
R=65.2%
G=9.2%
B=25.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163236400.860.610.36342.4375.2736.47
HexA317400563D241564b24
Octal243271000126754452611344
Binary10100011101111000000010101101111011001001010101101001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31740; }

 p { color: rgb(163,23,64); }

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

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

 a { background-color: rgb(163,23,64); }

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

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

 span { border-color: rgb(163,23,64); }

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