#A41240

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

Shades of Lipstick #A41240

Tints of Lipstick #A41240

Color information

#A41240 (or 0xA41240) is unknown color: approx Lipstick. HEX triplet: A4, 12 and 40. RGB value is (164,18,64). Sum of RGB (Red+Green+Blue) = 164+18+64=246 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.67% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 64 (25.39% from 255 or 26.02% from 246); Max value from RGB is 164 - color contains mainly: red. Hex color #A41240 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41240 is #5BEDBF. Grayscale: #424242. Windows color (decimal): -6024640 or 4199076. OLE color: 4199076.

HSL color Cylindrical-coordinate representation of color #A41240: hue angle of 341.1º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A41240 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB1641864-
CMYK00.890.610.36
HSL341.1º80.22%35.69%-
HSV(B)341.1º89.02%64.31%-
XYZ16.458.75.66-
YUV66.9126.37197.26-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 66.67%
GREEN value IS 18 (7.42% from 255) = 7.32%
BLUE value IS 64 (25.39% from 255) = 26.02%
R=66.67%
G=7.32%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164186400.890.610.36341.180.2235.69
HexA412400593D241555024
Octal244221000131754452512044
Binary10100100100101000000010110011111011001001010101011010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41240; }

 p { color: rgb(164,18,64); }

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

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

 a { background-color: rgb(164,18,64); }

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

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

 span { border-color: rgb(164,18,64); }

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