#A11840

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

Shades of Lipstick #A11840

Tints of Lipstick #A11840

Color information

#A11840 (or 0xA11840) is unknown color: approx Lipstick. HEX triplet: A1, 18 and 40. RGB value is (161,24,64). Sum of RGB (Red+Green+Blue) = 161+24+64=249 (32% of max value = 765). Red value is 161 (63.28% from 255 or 64.66% from 249); Green value is 24 (9.77% from 255 or 9.64% from 249); Blue value is 64 (25.39% from 255 or 25.70% from 249); Max value from RGB is 161 - color contains mainly: red. Hex color #A11840 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A11840 is #5EE7BF. Grayscale: #454545. Windows color (decimal): -6219712 or 4200609. OLE color: 4200609.

HSL color Cylindrical-coordinate representation of color #A11840: hue angle of 342.48º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A11840 is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB1612464-
CMYK00.850.600.37
HSL342.48º74.05%36.27%-
HSV(B)342.48º85.09%63.14%-
XYZ15.958.65.67-
YUV69.52124.89193.25-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 64.66%
GREEN value IS 24 (9.77% from 255) = 9.64%
BLUE value IS 64 (25.39% from 255) = 25.70%
R=64.66%
G=9.64%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.60
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161246400.850.600.37342.4874.0536.27
HexA118400553C251564a24
Octal241301000125744552611244
Binary10100001110001000000010101011111001001011010101101001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11840; }

 p { color: rgb(161,24,64); }

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

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

 a { background-color: rgb(161,24,64); }

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

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

 span { border-color: rgb(161,24,64); }

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