#A32847

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

Shades of Lipstick #A32847

Tints of Lipstick #A32847

Color information

#A32847 (or 0xA32847) is unknown color: approx Lipstick. HEX triplet: A3, 28 and 47. RGB value is (163,40,71). Sum of RGB (Red+Green+Blue) = 163+40+71=274 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.49% from 274); Green value is 40 (16.02% from 255 or 14.60% from 274); Blue value is 71 (28.12% from 255 or 25.91% from 274); Max value from RGB is 163 - color contains mainly: red. Hex color #A32847 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32847 is #5CD7B8. Grayscale: #505050. Windows color (decimal): -6084537 or 4663459. OLE color: 4663459.

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

Color convert

RGB1634071-
CMYK00.750.560.36
HSL344.88º60.59%39.8%-
HSV(B)344.88º75.46%63.92%-
XYZ179.766.95-
YUV80.31122.75186.98-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 59.49%
GREEN value IS 40 (16.02% from 255) = 14.60%
BLUE value IS 71 (28.12% from 255) = 25.91%
R=59.49%
G=14.60%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163407100.750.560.36344.8860.5939.8
HexA3284704B38241593d28
Octal24350107011370445317550
Binary10100011101000100011101001011111000100100101011001111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32847; }

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

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

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

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

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

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

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

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