#A12946

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

Shades of Lipstick #A12946

Tints of Lipstick #A12946

Color information

#A12946 (or 0xA12946) is unknown color: approx Lipstick. HEX triplet: A1, 29 and 46. RGB value is (161,41,70). Sum of RGB (Red+Green+Blue) = 161+41+70=272 (36% of max value = 765). Red value is 161 (63.28% from 255 or 59.19% from 272); Green value is 41 (16.41% from 255 or 15.07% from 272); Blue value is 70 (27.73% from 255 or 25.74% from 272); Max value from RGB is 161 - color contains mainly: red. Hex color #A12946 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12946 is #5ED6B9. Grayscale: #505050. Windows color (decimal): -6215354 or 4598177. OLE color: 4598177.

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

Color convert

RGB1614170-
CMYK00.750.570.37
HSL345.5º59.41%39.61%-
HSV(B)345.5º74.53%63.14%-
XYZ16.69.616.77-
YUV80.19122.26185.64-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 59.19%
GREEN value IS 41 (16.41% from 255) = 15.07%
BLUE value IS 70 (27.73% from 255) = 25.74%
R=59.19%
G=15.07%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161417000.750.570.37345.559.4139.61
HexA1294604B392515a3b28
Octal24151106011371455327350
Binary10100001101001100011001001011111001100101101011010111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12946; }

 p { color: rgb(161,41,70); }

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

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

 a { background-color: rgb(161,41,70); }

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

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

 span { border-color: rgb(161,41,70); }

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