#A32247

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

Shades of Lipstick #A32247

Tints of Lipstick #A32247

Color information

#A32247 (or 0xA32247) is unknown color: approx Lipstick. HEX triplet: A3, 22 and 47. RGB value is (163,34,71). Sum of RGB (Red+Green+Blue) = 163+34+71=268 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.82% from 268); Green value is 34 (13.67% from 255 or 12.69% from 268); Blue value is 71 (28.12% from 255 or 26.49% from 268); Max value from RGB is 163 - color contains mainly: red. Hex color #A32247 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32247 is #5CDDB8. Grayscale: #4C4C4C. Windows color (decimal): -6086073 or 4661923. OLE color: 4661923.

HSL color Cylindrical-coordinate representation of color #A32247: hue angle of 342.79º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A32247 is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB1633471-
CMYK00.790.560.36
HSL342.79º65.48%38.63%-
HSV(B)342.79º79.14%63.92%-
XYZ16.819.396.89-
YUV76.79124.74189.49-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 60.82%
GREEN value IS 34 (13.67% from 255) = 12.69%
BLUE value IS 71 (28.12% from 255) = 26.49%
R=60.82%
G=12.69%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163347100.790.560.36342.7965.4838.63
HexA3224704F38241574127
Octal243421070117704452710147
Binary101000111000101000111010011111110001001001010101111000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32247; }

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

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

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

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

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

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

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

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