#A72C53

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

Shades of Lipstick #A72C53

Tints of Lipstick #A72C53

Color information

#A72C53 (or 0xA72C53) is unknown color: approx Lipstick. HEX triplet: A7, 2C and 53. RGB value is (167,44,83). Sum of RGB (Red+Green+Blue) = 167+44+83=294 (38% of max value = 765). Red value is 167 (65.62% from 255 or 56.80% from 294); Green value is 44 (17.58% from 255 or 14.97% from 294); Blue value is 83 (32.81% from 255 or 28.23% from 294); Max value from RGB is 167 - color contains mainly: red. Hex color #A72C53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A72C53 is #58D3AC. Grayscale: #555555. Windows color (decimal): -5821357 or 5450919. OLE color: 5450919.

HSL color Cylindrical-coordinate representation of color #A72C53: hue angle of 340.98º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A72C53 is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB1674483-
CMYK00.740.500.35
HSL340.98º58.29%41.37%-
HSV(B)340.98º73.65%65.49%-
XYZ18.410.649.27-
YUV85.22126.75186.33-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 56.80%
GREEN value IS 44 (17.58% from 255) = 14.97%
BLUE value IS 83 (32.81% from 255) = 28.23%
R=56.80%
G=14.97%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167448300.740.500.35340.9858.2941.37
HexA72C5304A32231553a29
Octal24754123011262435257251
Binary10100111101100101001101001010110010100011101010101111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72C53; }

 p { color: rgb(167,44,83); }

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

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

 a { background-color: rgb(167,44,83); }

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

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

 span { border-color: rgb(167,44,83); }

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