#A41A42

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

Shades of Lipstick #A41A42

Tints of Lipstick #A41A42

Color information

#A41A42 (or 0xA41A42) is unknown color: approx Lipstick. HEX triplet: A4, 1A and 42. RGB value is (164,26,66). Sum of RGB (Red+Green+Blue) = 164+26+66=256 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.06% from 256); Green value is 26 (10.55% from 255 or 10.16% from 256); Blue value is 66 (26.17% from 255 or 25.78% from 256); Max value from RGB is 164 - color contains mainly: red. Hex color #A41A42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41A42 is #5BE5BD. Grayscale: #474747. Windows color (decimal): -6022590 or 4332196. OLE color: 4332196.

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

Color convert

RGB1642666-
CMYK00.840.600.36
HSL342.61º72.63%37.25%-
HSV(B)342.61º84.15%64.31%-
XYZ16.669.026.02-
YUV71.82124.72193.75-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 64.06%
GREEN value IS 26 (10.55% from 255) = 10.16%
BLUE value IS 66 (26.17% from 255) = 25.78%
R=64.06%
G=10.16%
B=25.78%

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
Decimal164266600.840.600.36342.6172.6337.25
HexA41A420543C241574925
Octal244321020124744452711145
Binary10100100110101000010010101001111001001001010101111001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41A42; }

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

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

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

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

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

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

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

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