#A42A48

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

Shades of Lipstick #A42A48

Tints of Lipstick #A42A48

Color information

#A42A48 (or 0xA42A48) is unknown color: approx Lipstick. HEX triplet: A4, 2A and 48. RGB value is (164,42,72). Sum of RGB (Red+Green+Blue) = 164+42+72=278 (36% of max value = 765). Red value is 164 (64.45% from 255 or 58.99% from 278); Green value is 42 (16.80% from 255 or 15.11% from 278); Blue value is 72 (28.52% from 255 or 25.90% from 278); Max value from RGB is 164 - color contains mainly: red. Hex color #A42A48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42A48 is #5BD5B7. Grayscale: #515151. Windows color (decimal): -6018488 or 4729508. OLE color: 4729508.

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

Color convert

RGB1644272-
CMYK00.740.560.36
HSL345.25º59.22%40.39%-
HSV(B)345.25º74.39%64.31%-
XYZ17.3110.027.15-
YUV81.9122.42186.56-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 58.99%
GREEN value IS 42 (16.80% from 255) = 15.11%
BLUE value IS 72 (28.52% from 255) = 25.90%
R=58.99%
G=15.11%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164427200.740.560.36345.2559.2240.39
HexA42A4804A38241593b28
Octal24452110011270445317350
Binary10100100101010100100001001010111000100100101011001111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42A48; }

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

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

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

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

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

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

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

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