#A42D52

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

Shades of Lipstick #A42D52

Tints of Lipstick #A42D52

Color information

#A42D52 (or 0xA42D52) is unknown color: approx Lipstick. HEX triplet: A4, 2D and 52. RGB value is (164,45,82). Sum of RGB (Red+Green+Blue) = 164+45+82=291 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.36% from 291); Green value is 45 (17.97% from 255 or 15.46% from 291); Blue value is 82 (32.42% from 255 or 28.18% from 291); Max value from RGB is 164 - color contains mainly: red. Hex color #A42D52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42D52 is #5BD2AD. Grayscale: #545454. Windows color (decimal): -6017710 or 5385636. OLE color: 5385636.

HSL color Cylindrical-coordinate representation of color #A42D52: hue angle of 341.34º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A42D52 is Cyan = 0, Magento = 0.73, Yellow = 0.5 and Black (K on CMYK) = 0.36.

Color convert

RGB1644582-
CMYK00.730.50.36
HSL341.34º56.94%40.98%-
HSV(B)341.34º72.56%64.31%-
XYZ17.7710.389.05-
YUV84.8126.42184.49-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 56.36%
GREEN value IS 45 (17.97% from 255) = 15.46%
BLUE value IS 82 (32.42% from 255) = 28.18%
R=56.36%
G=15.46%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.5
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164458200.730.50.36341.3456.9440.98
HexA42D5204932241553929
Octal24455122011162445257151
Binary10100100101101101001001001001110010100100101010101111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42D52; }

 p { color: rgb(164,45,82); }

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

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

 a { background-color: rgb(164,45,82); }

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

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

 span { border-color: rgb(164,45,82); }

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