#A11648

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

Shades of Lipstick #A11648

Tints of Lipstick #A11648

Color information

#A11648 (or 0xA11648) is unknown color: approx Lipstick. HEX triplet: A1, 16 and 48. RGB value is (161,22,72). Sum of RGB (Red+Green+Blue) = 161+22+72=255 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.14% from 255); Green value is 22 (8.98% from 255 or 8.63% from 255); Blue value is 72 (28.52% from 255 or 28.24% from 255); Max value from RGB is 161 - color contains mainly: red. Hex color #A11648 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A11648 is #5EE9B7. Grayscale: #454545. Windows color (decimal): -6220216 or 4724385. OLE color: 4724385.

HSL color Cylindrical-coordinate representation of color #A11648: hue angle of 338.42º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A11648 is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.37.

Color convert

RGB1612272-
CMYK00.860.550.37
HSL338.42º75.96%35.88%-
HSV(B)338.42º86.34%63.14%-
XYZ16.158.626.94-
YUV69.26129.55193.43-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 63.14%
GREEN value IS 22 (8.98% from 255) = 8.63%
BLUE value IS 72 (28.52% from 255) = 28.24%
R=63.14%
G=8.63%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.55
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161227200.860.550.37338.4275.9635.88
HexA1164805637251524c24
Octal241261100126674552211444
Binary10100001101101001000010101101101111001011010100101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11648; }

 p { color: rgb(161,22,72); }

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

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

 a { background-color: rgb(161,22,72); }

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

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

 span { border-color: rgb(161,22,72); }

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