#A41E43

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

Shades of Lipstick #A41E43

Tints of Lipstick #A41E43

Color information

#A41E43 (or 0xA41E43) is unknown color: approx Lipstick. HEX triplet: A4, 1E and 43. RGB value is (164,30,67). Sum of RGB (Red+Green+Blue) = 164+30+67=261 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.84% from 261); Green value is 30 (12.11% from 255 or 11.49% from 261); Blue value is 67 (26.56% from 255 or 25.67% from 261); Max value from RGB is 164 - color contains mainly: red. Hex color #A41E43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41E43 is #5BE1BC. Grayscale: #4A4A4A. Windows color (decimal): -6021565 or 4398756. OLE color: 4398756.

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

Color convert

RGB1643067-
CMYK00.820.590.36
HSL343.43º69.07%38.04%-
HSV(B)343.43º81.71%64.31%-
XYZ16.799.236.21-
YUV74.28123.89191.99-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 62.84%
GREEN value IS 30 (12.11% from 255) = 11.49%
BLUE value IS 67 (26.56% from 255) = 25.67%
R=62.84%
G=11.49%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164306700.820.590.36343.4369.0738.04
HexA41E430523B241574526
Octal244361030122734452710546
Binary10100100111101000011010100101110111001001010101111000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41E43; }

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

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

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

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

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

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

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

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