#A12241

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

Shades of Lipstick #A12241

Tints of Lipstick #A12241

Color information

#A12241 (or 0xA12241) is unknown color: approx Lipstick. HEX triplet: A1, 22 and 41. RGB value is (161,34,65). Sum of RGB (Red+Green+Blue) = 161+34+65=260 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.92% from 260); Green value is 34 (13.67% from 255 or 13.08% from 260); Blue value is 65 (25.78% from 255 or 25% from 260); Max value from RGB is 161 - color contains mainly: red. Hex color #A12241 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12241 is #5EDDBE. Grayscale: #4B4B4B. Windows color (decimal): -6217151 or 4268705. OLE color: 4268705.

HSL color Cylindrical-coordinate representation of color #A12241: hue angle of 345.35º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A12241 is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB1613465-
CMYK00.790.600.37
HSL345.35º65.13%38.24%-
HSV(B)345.35º78.88%63.14%-
XYZ16.229.15.9-
YUV75.51122.08188.98-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 61.92%
GREEN value IS 34 (13.67% from 255) = 13.08%
BLUE value IS 65 (25.78% from 255) = 25%
R=61.92%
G=13.08%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.60
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161346500.790.600.37345.3565.1338.24
HexA1224104F3C251594126
Octal241421010117744553110146
Binary101000011000101000001010011111111001001011010110011000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12241; }

 p { color: rgb(161,34,65); }

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

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

 a { background-color: rgb(161,34,65); }

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

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

 span { border-color: rgb(161,34,65); }

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