#A1215C

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

Shades of Lipstick #A1215C

Tints of Lipstick #A1215C

Color information

#A1215C (or 0xA1215C) is unknown color: approx Lipstick. HEX triplet: A1, 21 and 5C. RGB value is (161,33,92). Sum of RGB (Red+Green+Blue) = 161+33+92=286 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.29% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 92 (36.33% from 255 or 32.17% from 286); Max value from RGB is 161 - color contains mainly: red. Hex color #A1215C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1215C is #5EDEA3. Grayscale: #4D4D4D. Windows color (decimal): -6217380 or 6037921. OLE color: 6037921.

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

Color convert

RGB1613392-
CMYK00.800.430.37
HSL332.34º65.98%38.04%-
HSV(B)332.34º79.5%63.14%-
XYZ17.179.4411.04-
YUV78135.91187.2-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 56.29%
GREEN value IS 33 (13.28% from 255) = 11.54%
BLUE value IS 92 (36.33% from 255) = 32.17%
R=56.29%
G=11.54%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161339200.800.430.37332.3465.9838.04
HexA1215C0502B2514c4226
Octal241411340120534551410246
Binary101000011000011011100010100001010111001011010011001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1215C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1215C; }

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

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

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

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

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

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

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

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