#A31A42

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

Shades of Lipstick #A31A42

Tints of Lipstick #A31A42

Color information

#A31A42 (or 0xA31A42) is unknown color: approx Lipstick. HEX triplet: A3, 1A and 42. RGB value is (163,26,66). Sum of RGB (Red+Green+Blue) = 163+26+66=255 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.92% from 255); Green value is 26 (10.55% from 255 or 10.20% from 255); Blue value is 66 (26.17% from 255 or 25.88% from 255); Max value from RGB is 163 - color contains mainly: red. Hex color #A31A42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A31A42 is #5CE5BD. Grayscale: #474747. Windows color (decimal): -6088126 or 4332195. OLE color: 4332195.

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

Color convert

RGB1632666-
CMYK00.840.600.36
HSL342.48º72.49%37.06%-
HSV(B)342.48º84.05%63.92%-
XYZ16.468.926.01-
YUV71.52124.89193.25-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 63.92%
GREEN value IS 26 (10.55% from 255) = 10.20%
BLUE value IS 66 (26.17% from 255) = 25.88%
R=63.92%
G=10.20%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163266600.840.600.36342.4872.4937.06
HexA31A420543C241564825
Octal243321020124744452611045
Binary10100011110101000010010101001111001001001010101101001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31A42; }

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

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

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

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

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

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

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

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