#A31A51

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

Shades of Lipstick #A31A51

Tints of Lipstick #A31A51

Color information

#A31A51 (or 0xA31A51) is unknown color: approx Lipstick. HEX triplet: A3, 1A and 51. RGB value is (163,26,81). Sum of RGB (Red+Green+Blue) = 163+26+81=270 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.37% from 270); Green value is 26 (10.55% from 255 or 9.63% from 270); Blue value is 81 (32.03% from 255 or 30% from 270); Max value from RGB is 163 - color contains mainly: red. Hex color #A31A51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A31A51 is #5CE5AE. Grayscale: #494949. Windows color (decimal): -6088111 or 5315235. OLE color: 5315235.

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

Color convert

RGB1632681-
CMYK00.840.500.36
HSL335.91º72.49%37.06%-
HSV(B)335.91º84.05%63.92%-
XYZ16.969.128.65-
YUV73.23132.39192.03-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 60.37%
GREEN value IS 26 (10.55% from 255) = 9.63%
BLUE value IS 81 (32.03% from 255) = 30%
R=60.37%
G=9.63%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.50
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163268100.840.500.36335.9172.4937.06
HexA31A5105432241504825
Octal243321210124624452011045
Binary10100011110101010001010101001100101001001010100001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31A51; }

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

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

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

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

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

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

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

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