#A12152

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

Shades of Lipstick #A12152

Tints of Lipstick #A12152

Color information

#A12152 (or 0xA12152) is unknown color: approx Lipstick. HEX triplet: A1, 21 and 52. RGB value is (161,33,82). Sum of RGB (Red+Green+Blue) = 161+33+82=276 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.33% from 276); Green value is 33 (13.28% from 255 or 11.96% from 276); Blue value is 82 (32.42% from 255 or 29.71% from 276); Max value from RGB is 161 - color contains mainly: red. Hex color #A12152 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12152 is #5EDEAD. Grayscale: #4C4C4C. Windows color (decimal): -6217390 or 5382561. OLE color: 5382561.

HSL color Cylindrical-coordinate representation of color #A12152: hue angle of 337.03º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A12152 is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.37.

Color convert

RGB1613382-
CMYK00.800.490.37
HSL337.03º65.98%38.04%-
HSV(B)337.03º79.5%63.14%-
XYZ16.769.278.89-
YUV76.86130.91188.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 58.33%
GREEN value IS 33 (13.28% from 255) = 11.96%
BLUE value IS 82 (32.42% from 255) = 29.71%
R=58.33%
G=11.96%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.49
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161338200.800.490.37337.0365.9838.04
HexA1215205031251514226
Octal241411220120614552110246
Binary101000011000011010010010100001100011001011010100011000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12152; }

 p { color: rgb(161,33,82); }

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

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

 a { background-color: rgb(161,33,82); }

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

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

 span { border-color: rgb(161,33,82); }

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