#A31E4A

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

Shades of Lipstick #A31E4A

Tints of Lipstick #A31E4A

Color information

#A31E4A (or 0xA31E4A) is unknown color: approx Lipstick. HEX triplet: A3, 1E and 4A. RGB value is (163,30,74). Sum of RGB (Red+Green+Blue) = 163+30+74=267 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.05% from 267); Green value is 30 (12.11% from 255 or 11.24% from 267); Blue value is 74 (29.30% from 255 or 27.72% from 267); Max value from RGB is 163 - color contains mainly: red. Hex color #A31E4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A31E4A is #5CE1B5. Grayscale: #4A4A4A. Windows color (decimal): -6087094 or 4857507. OLE color: 4857507.

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

Color convert

RGB1633074-
CMYK00.820.550.36
HSL340.15º68.91%37.84%-
HSV(B)340.15º81.6%63.92%-
XYZ16.89.217.37-
YUV74.78127.56190.92-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 61.05%
GREEN value IS 30 (12.11% from 255) = 11.24%
BLUE value IS 74 (29.30% from 255) = 27.72%
R=61.05%
G=11.24%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163307400.820.550.36340.1568.9137.84
HexA31E4A05237241544526
Octal243361120122674452410546
Binary10100011111101001010010100101101111001001010101001000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31E4A; }

 p { color: rgb(163,30,74); }

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

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

 a { background-color: rgb(163,30,74); }

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

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

 span { border-color: rgb(163,30,74); }

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