#A31648

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

Shades of Lipstick #A31648

Tints of Lipstick #A31648

Color information

#A31648 (or 0xA31648) is unknown color: approx Lipstick. HEX triplet: A3, 16 and 48. RGB value is (163,22,72). Sum of RGB (Red+Green+Blue) = 163+22+72=257 (34% of max value = 765). Red value is 163 (64.06% from 255 or 63.42% from 257); Green value is 22 (8.98% from 255 or 8.56% from 257); Blue value is 72 (28.52% from 255 or 28.02% from 257); Max value from RGB is 163 - color contains mainly: red. Hex color #A31648 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31648 is #5CE9B7. Grayscale: #454545. Windows color (decimal): -6089144 or 4724387. OLE color: 4724387.

HSL color Cylindrical-coordinate representation of color #A31648: hue angle of 338.72º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A31648 is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB1632272-
CMYK00.870.560.36
HSL338.72º76.22%36.27%-
HSV(B)338.72º86.5%63.92%-
XYZ16.568.836.96-
YUV69.86129.21194.43-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 63.42%
GREEN value IS 22 (8.98% from 255) = 8.56%
BLUE value IS 72 (28.52% from 255) = 28.02%
R=63.42%
G=8.56%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163227200.870.560.36338.7276.2236.27
HexA3164805738241534c24
Octal243261100127704452311444
Binary10100011101101001000010101111110001001001010100111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31648; }

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

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

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

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

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

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

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

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