#A32850

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

Shades of Lipstick #A32850

Tints of Lipstick #A32850

Color information

#A32850 (or 0xA32850) is unknown color: approx Lipstick. HEX triplet: A3, 28 and 50. RGB value is (163,40,80). Sum of RGB (Red+Green+Blue) = 163+40+80=283 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.60% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 163 - color contains mainly: red. Hex color #A32850 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32850 is #5CD7AF. Grayscale: #515151. Windows color (decimal): -6084528 or 5253283. OLE color: 5253283.

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

Color convert

RGB1634080-
CMYK00.750.510.36
HSL340.49º60.59%39.8%-
HSV(B)340.49º75.46%63.92%-
XYZ17.319.888.58-
YUV81.34127.25186.25-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 57.60%
GREEN value IS 40 (16.02% from 255) = 14.13%
BLUE value IS 80 (31.64% from 255) = 28.27%
R=57.60%
G=14.13%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163408000.750.510.36340.4960.5939.8
HexA3285004B33241543d28
Octal24350120011363445247550
Binary10100011101000101000001001011110011100100101010100111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32850; }

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

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

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

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

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

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

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

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