#A32248

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

Shades of Lipstick #A32248

Tints of Lipstick #A32248

Color information

#A32248 (or 0xA32248) is unknown color: approx Lipstick. HEX triplet: A3, 22 and 48. RGB value is (163,34,72). Sum of RGB (Red+Green+Blue) = 163+34+72=269 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.59% from 269); Green value is 34 (13.67% from 255 or 12.64% from 269); Blue value is 72 (28.52% from 255 or 26.77% from 269); Max value from RGB is 163 - color contains mainly: red. Hex color #A32248 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32248 is #5CDDB7. Grayscale: #4C4C4C. Windows color (decimal): -6086072 or 4727459. OLE color: 4727459.

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

Color convert

RGB1633472-
CMYK00.790.560.36
HSL342.33º65.48%38.63%-
HSV(B)342.33º79.14%63.92%-
XYZ16.859.47.06-
YUV76.9125.24189.41-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 60.59%
GREEN value IS 34 (13.67% from 255) = 12.64%
BLUE value IS 72 (28.52% from 255) = 26.77%
R=60.59%
G=12.64%
B=26.77%

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
Decimal163347200.790.560.36342.3365.4838.63
HexA3224804F38241564127
Octal243421100117704452610147
Binary101000111000101001000010011111110001001001010101101000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32248; }

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

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

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

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

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

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

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

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