#A32856

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

Shades of Lipstick #A32856

Tints of Lipstick #A32856

Color information

#A32856 (or 0xA32856) is unknown color: approx Lipstick. HEX triplet: A3, 28 and 56. RGB value is (163,40,86). Sum of RGB (Red+Green+Blue) = 163+40+86=289 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.40% from 289); Green value is 40 (16.02% from 255 or 13.84% from 289); Blue value is 86 (33.98% from 255 or 29.76% from 289); Max value from RGB is 163 - color contains mainly: red. Hex color #A32856 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32856 is #5CD7A9. Grayscale: #515151. Windows color (decimal): -6084522 or 5646499. OLE color: 5646499.

HSL color Cylindrical-coordinate representation of color #A32856: hue angle of 337.56º 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 #A32856 is Cyan = 0, Magento = 0.75, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB1634086-
CMYK00.750.470.36
HSL337.56º60.59%39.8%-
HSV(B)337.56º75.46%63.92%-
XYZ17.549.989.81-
YUV82.02130.25185.76-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 56.40%
GREEN value IS 40 (16.02% from 255) = 13.84%
BLUE value IS 86 (33.98% from 255) = 29.76%
R=56.40%
G=13.84%
B=29.76%

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
Decimal163408600.750.470.36337.5660.5939.8
HexA3285604B2F241523d28
Octal24350126011357445227550
Binary10100011101000101011001001011101111100100101010010111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32856; }

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

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

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

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

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

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

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

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