#A41D44

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

Shades of Lipstick #A41D44

Tints of Lipstick #A41D44

Color information

#A41D44 (or 0xA41D44) is unknown color: approx Lipstick. HEX triplet: A4, 1D and 44. RGB value is (164,29,68). Sum of RGB (Red+Green+Blue) = 164+29+68=261 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.84% from 261); Green value is 29 (11.72% from 255 or 11.11% from 261); Blue value is 68 (26.95% from 255 or 26.05% from 261); Max value from RGB is 164 - color contains mainly: red. Hex color #A41D44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41D44 is #5BE2BB. Grayscale: #494949. Windows color (decimal): -6021820 or 4464036. OLE color: 4464036.

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

Color convert

RGB1642968-
CMYK00.820.590.36
HSL342.67º69.95%37.84%-
HSV(B)342.67º82.32%64.31%-
XYZ16.799.196.36-
YUV73.81124.73192.33-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 62.84%
GREEN value IS 29 (11.72% from 255) = 11.11%
BLUE value IS 68 (26.95% from 255) = 26.05%
R=62.84%
G=11.11%
B=26.05%

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
Decimal164296800.820.590.36342.6769.9537.84
HexA41D440523B241574626
Octal244351040122734452710646
Binary10100100111011000100010100101110111001001010101111000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41D44; }

 p { color: rgb(164,29,68); }

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

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

 a { background-color: rgb(164,29,68); }

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

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

 span { border-color: rgb(164,29,68); }

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