#A32851

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

Shades of Lipstick #A32851

Tints of Lipstick #A32851

Color information

#A32851 (or 0xA32851) is unknown color: approx Lipstick. HEX triplet: A3, 28 and 51. RGB value is (163,40,81). Sum of RGB (Red+Green+Blue) = 163+40+81=284 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.39% from 284); Green value is 40 (16.02% from 255 or 14.08% from 284); Blue value is 81 (32.03% from 255 or 28.52% from 284); Max value from RGB is 163 - color contains mainly: red. Hex color #A32851 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32851 is #5CD7AE. Grayscale: #515151. Windows color (decimal): -6084527 or 5318819. OLE color: 5318819.

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

Color convert

RGB1634081-
CMYK00.750.500.36
HSL340º60.59%39.8%-
HSV(B)340º75.46%63.92%-
XYZ17.359.98.78-
YUV81.45127.75186.17-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 57.39%
GREEN value IS 40 (16.02% from 255) = 14.08%
BLUE value IS 81 (32.03% from 255) = 28.52%
R=57.39%
G=14.08%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.50
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163408100.750.500.3634060.5939.8
HexA3285104B32241543d28
Octal24350121011362445247550
Binary10100011101000101000101001011110010100100101010100111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32851; }

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

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

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

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

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

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

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

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