#A11E47

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

Shades of Lipstick #A11E47

Tints of Lipstick #A11E47

Color information

#A11E47 (or 0xA11E47) is unknown color: approx Lipstick. HEX triplet: A1, 1E and 47. RGB value is (161,30,71). Sum of RGB (Red+Green+Blue) = 161+30+71=262 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.45% from 262); Green value is 30 (12.11% from 255 or 11.45% from 262); Blue value is 71 (28.12% from 255 or 27.10% from 262); Max value from RGB is 161 - color contains mainly: red. Hex color #A11E47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A11E47 is #5EE1B8. Grayscale: #494949. Windows color (decimal): -6218169 or 4660897. OLE color: 4660897.

HSL color Cylindrical-coordinate representation of color #A11E47: hue angle of 341.22º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A11E47 is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.37.

Color convert

RGB1613071-
CMYK00.810.560.37
HSL341.22º68.59%37.45%-
HSV(B)341.22º81.37%63.14%-
XYZ16.38.966.83-
YUV73.84126.4190.17-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 61.45%
GREEN value IS 30 (12.11% from 255) = 11.45%
BLUE value IS 71 (28.12% from 255) = 27.10%
R=61.45%
G=11.45%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.56
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161307100.810.560.37341.2268.5937.45
HexA11E4705138251554525
Octal241361070121704552510545
Binary10100001111101000111010100011110001001011010101011000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11E47; }

 p { color: rgb(161,30,71); }

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

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

 a { background-color: rgb(161,30,71); }

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

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

 span { border-color: rgb(161,30,71); }

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