#A12949

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

Shades of Lipstick #A12949

Tints of Lipstick #A12949

Color information

#A12949 (or 0xA12949) is unknown color: approx Lipstick. HEX triplet: A1, 29 and 49. RGB value is (161,41,73). Sum of RGB (Red+Green+Blue) = 161+41+73=275 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.55% from 275); Green value is 41 (16.41% from 255 or 14.91% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 161 - color contains mainly: red. Hex color #A12949 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12949 is #5ED6B6. Grayscale: #505050. Windows color (decimal): -6215351 or 4794785. OLE color: 4794785.

HSL color Cylindrical-coordinate representation of color #A12949: hue angle of 344º 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 #A12949 is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.37.

Color convert

RGB1614173-
CMYK00.750.550.37
HSL344º59.41%39.61%-
HSV(B)344º74.53%63.14%-
XYZ16.699.647.28-
YUV80.53123.76185.4-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 58.55%
GREEN value IS 41 (16.41% from 255) = 14.91%
BLUE value IS 73 (28.91% from 255) = 26.55%
R=58.55%
G=14.91%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.55
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161417300.750.550.3734459.4139.61
HexA1294904B37251583b28
Octal24151111011367455307350
Binary10100001101001100100101001011110111100101101011000111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12949; }

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

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

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

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

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

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

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

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