#A11D4D

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

Shades of Lipstick #A11D4D

Tints of Lipstick #A11D4D

Color information

#A11D4D (or 0xA11D4D) is unknown color: approx Lipstick. HEX triplet: A1, 1D and 4D. RGB value is (161,29,77). Sum of RGB (Red+Green+Blue) = 161+29+77=267 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.30% from 267); Green value is 29 (11.72% from 255 or 10.86% from 267); Blue value is 77 (30.47% from 255 or 28.84% from 267); Max value from RGB is 161 - color contains mainly: red. Hex color #A11D4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11D4D is #5EE2B2. Grayscale: #494949. Windows color (decimal): -6218419 or 5053857. OLE color: 5053857.

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

Color convert

RGB1612977-
CMYK00.820.520.37
HSL338.18º69.47%37.25%-
HSV(B)338.18º81.99%63.14%-
XYZ16.488.997.89-
YUV73.94129.73190.1-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 60.30%
GREEN value IS 29 (11.72% from 255) = 10.86%
BLUE value IS 77 (30.47% from 255) = 28.84%
R=60.30%
G=10.86%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161297700.820.520.37338.1869.4737.25
HexA11D4D05234251524525
Octal241351150122644552210545
Binary10100001111011001101010100101101001001011010100101000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11D4D; }

 p { color: rgb(161,29,77); }

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

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

 a { background-color: rgb(161,29,77); }

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

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

 span { border-color: rgb(161,29,77); }

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