#A41E51

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

Shades of Lipstick #A41E51

Tints of Lipstick #A41E51

Color information

#A41E51 (or 0xA41E51) is unknown color: approx Lipstick. HEX triplet: A4, 1E and 51. RGB value is (164,30,81). Sum of RGB (Red+Green+Blue) = 164+30+81=275 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.64% from 275); Green value is 30 (12.11% from 255 or 10.91% from 275); Blue value is 81 (32.03% from 255 or 29.45% from 275); Max value from RGB is 164 - color contains mainly: red. Hex color #A41E51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A41E51 is #5BE1AE. Grayscale: #4B4B4B. Windows color (decimal): -6021551 or 5316260. OLE color: 5316260.

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

Color convert

RGB1643081-
CMYK00.820.510.36
HSL337.16º69.07%38.04%-
HSV(B)337.16º81.71%64.31%-
XYZ17.269.428.69-
YUV75.88130.89190.85-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 59.64%
GREEN value IS 30 (12.11% from 255) = 10.91%
BLUE value IS 81 (32.03% from 255) = 29.45%
R=59.64%
G=10.91%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164308100.820.510.36337.1669.0738.04
HexA41E5105233241514526
Octal244361210122634452110546
Binary10100100111101010001010100101100111001001010100011000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41E51; }

 p { color: rgb(164,30,81); }

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

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

 a { background-color: rgb(164,30,81); }

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

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

 span { border-color: rgb(164,30,81); }

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