#A42A4F

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

Shades of Lipstick #A42A4F

Tints of Lipstick #A42A4F

Color information

#A42A4F (or 0xA42A4F) is unknown color: approx Lipstick. HEX triplet: A4, 2A and 4F. RGB value is (164,42,79). Sum of RGB (Red+Green+Blue) = 164+42+79=285 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.54% from 285); Green value is 42 (16.80% from 255 or 14.74% from 285); Blue value is 79 (31.25% from 255 or 27.72% from 285); Max value from RGB is 164 - color contains mainly: red. Hex color #A42A4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42A4F is #5BD5B0. Grayscale: #525252. Windows color (decimal): -6018481 or 5188260. OLE color: 5188260.

HSL color Cylindrical-coordinate representation of color #A42A4F: hue angle of 341.8º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A42A4F is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB1644279-
CMYK00.740.520.36
HSL341.8º59.22%40.39%-
HSV(B)341.8º74.39%64.31%-
XYZ17.5510.118.42-
YUV82.7125.92185.99-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 57.54%
GREEN value IS 42 (16.80% from 255) = 14.74%
BLUE value IS 79 (31.25% from 255) = 27.72%
R=57.54%
G=14.74%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164427900.740.520.36341.859.2240.39
HexA42A4F04A34241563b28
Octal24452117011264445267350
Binary10100100101010100111101001010110100100100101010110111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42A4F; }

 p { color: rgb(164,42,79); }

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

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

 a { background-color: rgb(164,42,79); }

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

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

 span { border-color: rgb(164,42,79); }

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