#A41F45

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

Shades of Lipstick #A41F45

Tints of Lipstick #A41F45

Color information

#A41F45 (or 0xA41F45) is unknown color: approx Lipstick. HEX triplet: A4, 1F and 45. RGB value is (164,31,69). Sum of RGB (Red+Green+Blue) = 164+31+69=264 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.12% from 264); Green value is 31 (12.5% from 255 or 11.74% from 264); Blue value is 69 (27.34% from 255 or 26.14% from 264); Max value from RGB is 164 - color contains mainly: red. Hex color #A41F45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41F45 is #5BE0BA. Grayscale: #4B4B4B. Windows color (decimal): -6021307 or 4530084. OLE color: 4530084.

HSL color Cylindrical-coordinate representation of color #A41F45: hue angle of 342.86º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A41F45 is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB1643169-
CMYK00.810.580.36
HSL342.86º68.21%38.24%-
HSV(B)342.86º81.1%64.31%-
XYZ16.879.36.54-
YUV75.1124.56191.41-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 62.12%
GREEN value IS 31 (12.5% from 255) = 11.74%
BLUE value IS 69 (27.34% from 255) = 26.14%
R=62.12%
G=11.74%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164316900.810.580.36342.8668.2138.24
HexA41F450513A241574426
Octal244371050121724452710446
Binary10100100111111000101010100011110101001001010101111000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41F45; }

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

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

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

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

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

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

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

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