#A52242

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

Shades of Lipstick #A52242

Tints of Lipstick #A52242

Color information

#A52242 (or 0xA52242) is unknown color: approx Lipstick. HEX triplet: A5, 22 and 42. RGB value is (165,34,66). Sum of RGB (Red+Green+Blue) = 165+34+66=265 (35% of max value = 765). Red value is 165 (64.84% from 255 or 62.26% from 265); Green value is 34 (13.67% from 255 or 12.83% from 265); Blue value is 66 (26.17% from 255 or 24.91% from 265); Max value from RGB is 165 - color contains mainly: red. Hex color #A52242 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52242 is #5ADDBD. Grayscale: #4C4C4C. Windows color (decimal): -5955006 or 4334245. OLE color: 4334245.

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

Color convert

RGB1653466-
CMYK00.790.600.35
HSL345.34º65.83%39.02%-
HSV(B)345.34º79.39%64.71%-
XYZ17.079.546.1-
YUV76.82121.9190.9-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 62.26%
GREEN value IS 34 (13.67% from 255) = 12.83%
BLUE value IS 66 (26.17% from 255) = 24.91%
R=62.26%
G=12.83%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.60
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165346600.790.600.35345.3465.8339.02
HexA5224204F3C231594227
Octal245421020117744353110247
Binary101001011000101000010010011111111001000111010110011000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52242; }

 p { color: rgb(165,34,66); }

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

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

 a { background-color: rgb(165,34,66); }

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

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

 span { border-color: rgb(165,34,66); }

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