#A32349

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

Shades of Lipstick #A32349

Tints of Lipstick #A32349

Color information

#A32349 (or 0xA32349) is unknown color: approx Lipstick. HEX triplet: A3, 23 and 49. RGB value is (163,35,73). Sum of RGB (Red+Green+Blue) = 163+35+73=271 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.15% from 271); Green value is 35 (14.06% from 255 or 12.92% from 271); Blue value is 73 (28.91% from 255 or 26.94% from 271); Max value from RGB is 163 - color contains mainly: red. Hex color #A32349 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32349 is #5CDCB6. Grayscale: #4D4D4D. Windows color (decimal): -6085815 or 4793251. OLE color: 4793251.

HSL color Cylindrical-coordinate representation of color #A32349: hue angle of 342.19º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A32349 is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB1633573-
CMYK00.790.550.36
HSL342.19º64.65%38.82%-
HSV(B)342.19º78.53%63.92%-
XYZ16.919.477.24-
YUV77.6125.41188.91-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 60.15%
GREEN value IS 35 (14.06% from 255) = 12.92%
BLUE value IS 73 (28.91% from 255) = 26.94%
R=60.15%
G=12.92%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163357300.790.550.36342.1964.6538.82
HexA3234904F37241564127
Octal243431110117674452610147
Binary101000111000111001001010011111101111001001010101101000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32349; }

 p { color: rgb(163,35,73); }

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

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

 a { background-color: rgb(163,35,73); }

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

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

 span { border-color: rgb(163,35,73); }

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