#A11442

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

Shades of Lipstick #A11442

Tints of Lipstick #A11442

Color information

#A11442 (or 0xA11442) is unknown color: approx Lipstick. HEX triplet: A1, 14 and 42. RGB value is (161,20,66). Sum of RGB (Red+Green+Blue) = 161+20+66=247 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.18% from 247); Green value is 20 (8.20% from 255 or 8.10% from 247); Blue value is 66 (26.17% from 255 or 26.72% from 247); Max value from RGB is 161 - color contains mainly: red. Hex color #A11442 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A11442 is #5EEBBD. Grayscale: #434343. Windows color (decimal): -6220734 or 4330657. OLE color: 4330657.

HSL color Cylindrical-coordinate representation of color #A11442: hue angle of 340.43º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A11442 is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.37.

Color convert

RGB1612066-
CMYK00.880.590.37
HSL340.43º77.9%35.49%-
HSV(B)340.43º87.58%63.14%-
XYZ15.938.475.95-
YUV67.4127.21194.76-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 65.18%
GREEN value IS 20 (8.20% from 255) = 8.10%
BLUE value IS 66 (26.17% from 255) = 26.72%
R=65.18%
G=8.10%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.59
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161206600.880.590.37340.4377.935.49
HexA114420583B251544e23
Octal241241020130734552411643
Binary10100001101001000010010110001110111001011010101001001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11442; }

 p { color: rgb(161,20,66); }

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

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

 a { background-color: rgb(161,20,66); }

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

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

 span { border-color: rgb(161,20,66); }

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