#A42753

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

Shades of Lipstick #A42753

Tints of Lipstick #A42753

Color information

#A42753 (or 0xA42753) is unknown color: approx Lipstick. HEX triplet: A4, 27 and 53. RGB value is (164,39,83). Sum of RGB (Red+Green+Blue) = 164+39+83=286 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.34% from 286); Green value is 39 (15.62% from 255 or 13.64% from 286); Blue value is 83 (32.81% from 255 or 29.02% from 286); Max value from RGB is 164 - color contains mainly: red. Hex color #A42753 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42753 is #5BD8AC. Grayscale: #515151. Windows color (decimal): -6019245 or 5449636. OLE color: 5449636.

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

Color convert

RGB1643983-
CMYK00.760.490.36
HSL338.88º61.58%39.8%-
HSV(B)338.88º76.22%64.31%-
XYZ17.69.979.18-
YUV81.39128.91186.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 57.34%
GREEN value IS 39 (15.62% from 255) = 13.64%
BLUE value IS 83 (32.81% from 255) = 29.02%
R=57.34%
G=13.64%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164398300.760.490.36338.8861.5839.8
HexA4275304C31241533e28
Octal24447123011461445237650
Binary10100100100111101001101001100110001100100101010011111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42753; }

 p { color: rgb(164,39,83); }

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

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

 a { background-color: rgb(164,39,83); }

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

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

 span { border-color: rgb(164,39,83); }

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