#A41D45

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

Shades of Lipstick #A41D45

Tints of Lipstick #A41D45

Color information

#A41D45 (or 0xA41D45) is unknown color: approx Lipstick. HEX triplet: A4, 1D and 45. RGB value is (164,29,69). Sum of RGB (Red+Green+Blue) = 164+29+69=262 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.60% from 262); Green value is 29 (11.72% from 255 or 11.07% from 262); Blue value is 69 (27.34% from 255 or 26.34% from 262); Max value from RGB is 164 - color contains mainly: red. Hex color #A41D45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41D45 is #5BE2BA. Grayscale: #494949. Windows color (decimal): -6021819 or 4529572. OLE color: 4529572.

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

Color convert

RGB1642969-
CMYK00.820.580.36
HSL342.22º69.95%37.84%-
HSV(B)342.22º82.32%64.31%-
XYZ16.829.26.52-
YUV73.92125.23192.25-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 62.60%
GREEN value IS 29 (11.72% from 255) = 11.07%
BLUE value IS 69 (27.34% from 255) = 26.34%
R=62.60%
G=11.07%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164296900.820.580.36342.2269.9537.84
HexA41D450523A241564626
Octal244351050122724452610646
Binary10100100111011000101010100101110101001001010101101000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41D45; }

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

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

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

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

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

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

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

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