#A32857

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

Shades of Lipstick #A32857

Tints of Lipstick #A32857

Color information

#A32857 (or 0xA32857) is unknown color: approx Lipstick. HEX triplet: A3, 28 and 57. RGB value is (163,40,87). Sum of RGB (Red+Green+Blue) = 163+40+87=290 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.21% from 290); Green value is 40 (16.02% from 255 or 13.79% from 290); Blue value is 87 (34.38% from 255 or 30% from 290); Max value from RGB is 163 - color contains mainly: red. Hex color #A32857 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32857 is #5CD7A8. Grayscale: #525252. Windows color (decimal): -6084521 or 5712035. OLE color: 5712035.

HSL color Cylindrical-coordinate representation of color #A32857: hue angle of 337.07º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A32857 is Cyan = 0, Magento = 0.75, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB1634087-
CMYK00.750.470.36
HSL337.07º60.59%39.8%-
HSV(B)337.07º75.46%63.92%-
XYZ17.589.9910.02-
YUV82.14130.75185.68-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 56.21%
GREEN value IS 40 (16.02% from 255) = 13.79%
BLUE value IS 87 (34.38% from 255) = 30%
R=56.21%
G=13.79%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163408700.750.470.36337.0760.5939.8
HexA3285704B2F241513d28
Octal24350127011357445217550
Binary10100011101000101011101001011101111100100101010001111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32857; }

 p { color: rgb(163,40,87); }

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

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

 a { background-color: rgb(163,40,87); }

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

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

 span { border-color: rgb(163,40,87); }

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