#a11f4e

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

Shades of Lipstick #A11F4E

Tints of Lipstick #A11F4E

Color information

#A11F4E (or 0xA11F4E) is unknown color: approx Lipstick. HEX triplet: A1, 1F and 4E. RGB value is (161,31,78). Sum of RGB (Red+Green+Blue) = 161+31+78=270 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.63% from 270); Green value is 31 (12.5% from 255 or 11.48% from 270); Blue value is 78 (30.86% from 255 or 28.89% from 270); Max value from RGB is 161 - color contains mainly: red. Hex color #A11F4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11F4E is #5EE0B1. Grayscale: #4B4B4B. Windows color (decimal): -6217906 or 5119905. OLE color: 5119905.

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

Color convert

RGB1613178-
CMYK00.810.520.37
HSL338.31º67.71%37.65%-
HSV(B)338.31º80.75%63.14%-
XYZ16.569.118.09-
YUV75.23129.57189.18-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 59.63%
GREEN value IS 31 (12.5% from 255) = 11.48%
BLUE value IS 78 (30.86% from 255) = 28.89%
R=59.63%
G=11.48%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161317800.810.520.37338.3167.7137.65
HexA11F4E05134251524426
Octal241371160121644552210446
Binary10100001111111001110010100011101001001011010100101000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a11f4e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a11f4e; }

 p { color: rgb(161,31,78); }

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

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

 a { background-color: rgb(161,31,78); }

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

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

 span { border-color: rgb(161,31,78); }

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