#A11B40

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

Shades of Lipstick #A11B40

Tints of Lipstick #A11B40

Color information

#A11B40 (or 0xA11B40) is unknown color: approx Lipstick. HEX triplet: A1, 1B and 40. RGB value is (161,27,64). Sum of RGB (Red+Green+Blue) = 161+27+64=252 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.89% from 252); Green value is 27 (10.94% from 255 or 10.71% from 252); Blue value is 64 (25.39% from 255 or 25.40% from 252); Max value from RGB is 161 - color contains mainly: red. Hex color #A11B40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A11B40 is #5EE4BF. Grayscale: #474747. Windows color (decimal): -6218944 or 4201377. OLE color: 4201377.

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

Color convert

RGB1612764-
CMYK00.830.600.37
HSL343.43º71.28%36.86%-
HSV(B)343.43º83.23%63.14%-
XYZ16.028.735.69-
YUV71.28123.89191.99-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 63.89%
GREEN value IS 27 (10.94% from 255) = 10.71%
BLUE value IS 64 (25.39% from 255) = 25.40%
R=63.89%
G=10.71%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.60
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161276400.830.600.37343.4371.2836.86
HexA11B400533C251574725
Octal241331000123744552710745
Binary10100001110111000000010100111111001001011010101111000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11B40; }

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

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

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

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

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

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

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

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