#A41F56

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

Shades of Lipstick #A41F56

Tints of Lipstick #A41F56

Color information

#A41F56 (or 0xA41F56) is unknown color: approx Lipstick. HEX triplet: A4, 1F and 56. RGB value is (164,31,86). Sum of RGB (Red+Green+Blue) = 164+31+86=281 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.36% from 281); Green value is 31 (12.5% from 255 or 11.03% from 281); Blue value is 86 (33.98% from 255 or 30.60% from 281); Max value from RGB is 164 - color contains mainly: red. Hex color #A41F56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A41F56 is #5BE0A9. Grayscale: #4C4C4C. Windows color (decimal): -6021290 or 5644196. OLE color: 5644196.

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

Color convert

RGB1643186-
CMYK00.810.480.36
HSL335.19º68.21%38.24%-
HSV(B)335.19º81.1%64.31%-
XYZ17.489.549.73-
YUV77.04133.06190.03-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 58.36%
GREEN value IS 31 (12.5% from 255) = 11.03%
BLUE value IS 86 (33.98% from 255) = 30.60%
R=58.36%
G=11.03%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164318600.810.480.36335.1968.2138.24
HexA41F56051302414f4426
Octal244371260121604451710446
Binary10100100111111010110010100011100001001001010011111000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41F56; }

 p { color: rgb(164,31,86); }

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

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

 a { background-color: rgb(164,31,86); }

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

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

 span { border-color: rgb(164,31,86); }

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