#A1224D

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

Shades of Lipstick #A1224D

Tints of Lipstick #A1224D

Color information

#A1224D (or 0xA1224D) is unknown color: approx Lipstick. HEX triplet: A1, 22 and 4D. RGB value is (161,34,77). Sum of RGB (Red+Green+Blue) = 161+34+77=272 (36% of max value = 765). Red value is 161 (63.28% from 255 or 59.19% from 272); Green value is 34 (13.67% from 255 or 12.5% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 161 - color contains mainly: red. Hex color #A1224D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1224D is #5EDDB2. Grayscale: #4C4C4C. Windows color (decimal): -6217139 or 5055137. OLE color: 5055137.

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

Color convert

RGB1613477-
CMYK00.790.520.37
HSL339.69º65.13%38.24%-
HSV(B)339.69º78.88%63.14%-
XYZ16.619.267.93-
YUV76.88128.08188-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 59.19%
GREEN value IS 34 (13.67% from 255) = 12.5%
BLUE value IS 77 (30.47% from 255) = 28.31%
R=59.19%
G=12.5%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161347700.790.520.37339.6965.1338.24
HexA1224D04F34251544126
Octal241421150117644552410146
Binary101000011000101001101010011111101001001011010101001000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1224D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1224D; }

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

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

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

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

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

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

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

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