#A12A47

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

Shades of Lipstick #A12A47

Tints of Lipstick #A12A47

Color information

#A12A47 (or 0xA12A47) is unknown color: approx Lipstick. HEX triplet: A1, 2A and 47. RGB value is (161,42,71). Sum of RGB (Red+Green+Blue) = 161+42+71=274 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.76% from 274); Green value is 42 (16.80% from 255 or 15.33% from 274); Blue value is 71 (28.12% from 255 or 25.91% from 274); Max value from RGB is 161 - color contains mainly: red. Hex color #A12A47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12A47 is #5ED5B8. Grayscale: #505050. Windows color (decimal): -6215097 or 4663969. OLE color: 4663969.

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

Color convert

RGB1614271-
CMYK00.740.560.37
HSL345.38º58.62%39.8%-
HSV(B)345.38º73.91%63.14%-
XYZ16.669.696.95-
YUV80.89122.42185.14-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 58.76%
GREEN value IS 42 (16.80% from 255) = 15.33%
BLUE value IS 71 (28.12% from 255) = 25.91%
R=58.76%
G=15.33%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.56
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161427100.740.560.37345.3858.6239.8
HexA12A4704A38251593b28
Octal24152107011270455317350
Binary10100001101010100011101001010111000100101101011001111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12A47; }

 p { color: rgb(161,42,71); }

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

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

 a { background-color: rgb(161,42,71); }

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

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

 span { border-color: rgb(161,42,71); }

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