#A42546

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

Shades of Lipstick #A42546

Tints of Lipstick #A42546

Color information

#A42546 (or 0xA42546) is unknown color: approx Lipstick. HEX triplet: A4, 25 and 46. RGB value is (164,37,70). Sum of RGB (Red+Green+Blue) = 164+37+70=271 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.52% from 271); Green value is 37 (14.84% from 255 or 13.65% from 271); Blue value is 70 (27.73% from 255 or 25.83% from 271); Max value from RGB is 164 - color contains mainly: red. Hex color #A42546 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42546 is #5BDAB9. Grayscale: #4E4E4E. Windows color (decimal): -6019770 or 4597156. OLE color: 4597156.

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

Color convert

RGB1643770-
CMYK00.770.570.36
HSL344.41º63.18%39.41%-
HSV(B)344.41º77.44%64.31%-
XYZ17.089.666.76-
YUV78.74123.08188.82-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 60.52%
GREEN value IS 37 (14.84% from 255) = 13.65%
BLUE value IS 70 (27.73% from 255) = 25.83%
R=60.52%
G=13.65%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164377000.770.570.36344.4163.1839.41
HexA4254604D39241583f27
Octal24445106011571445307747
Binary10100100100101100011001001101111001100100101011000111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42546; }

 p { color: rgb(164,37,70); }

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

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

 a { background-color: rgb(164,37,70); }

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

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

 span { border-color: rgb(164,37,70); }

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