#a41f44

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

Shades of Lipstick #A41F44

Tints of Lipstick #A41F44

Color information

#A41F44 (or 0xA41F44) is unknown color: approx Lipstick. HEX triplet: A4, 1F and 44. RGB value is (164,31,68). Sum of RGB (Red+Green+Blue) = 164+31+68=263 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.36% from 263); Green value is 31 (12.5% from 255 or 11.79% from 263); Blue value is 68 (26.95% from 255 or 25.86% from 263); Max value from RGB is 164 - color contains mainly: red. Hex color #A41F44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41F44 is #5BE0BB. Grayscale: #4A4A4A. Windows color (decimal): -6021308 or 4464548. OLE color: 4464548.

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

Color convert

RGB1643168-
CMYK00.810.590.36
HSL343.31º68.21%38.24%-
HSV(B)343.31º81.1%64.31%-
XYZ16.849.296.37-
YUV74.98124.06191.49-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 62.36%
GREEN value IS 31 (12.5% from 255) = 11.79%
BLUE value IS 68 (26.95% from 255) = 25.86%
R=62.36%
G=11.79%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164316800.810.590.36343.3168.2138.24
HexA41F440513B241574426
Octal244371040121734452710446
Binary10100100111111000100010100011110111001001010101111000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a41f44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a41f44; }

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

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

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

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

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

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

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

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