#A72C59

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

Shades of Lipstick #A72C59

Tints of Lipstick #A72C59

Color information

#A72C59 (or 0xA72C59) is unknown color: approx Lipstick. HEX triplet: A7, 2C and 59. RGB value is (167,44,89). Sum of RGB (Red+Green+Blue) = 167+44+89=300 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.67% from 300); Green value is 44 (17.58% from 255 or 14.67% from 300); Blue value is 89 (35.16% from 255 or 29.67% from 300); Max value from RGB is 167 - color contains mainly: red. Hex color #A72C59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A72C59 is #58D3A6. Grayscale: #555555. Windows color (decimal): -5821351 or 5844135. OLE color: 5844135.

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

Color convert

RGB1674489-
CMYK00.740.470.35
HSL338.05º58.29%41.37%-
HSV(B)338.05º73.65%65.49%-
XYZ18.6410.7410.54-
YUV85.91129.75185.84-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 55.67%
GREEN value IS 44 (17.58% from 255) = 14.67%
BLUE value IS 89 (35.16% from 255) = 29.67%
R=55.67%
G=14.67%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167448900.740.470.35338.0558.2941.37
HexA72C5904A2F231523a29
Octal24754131011257435227251
Binary10100111101100101100101001010101111100011101010010111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72C59; }

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

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

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

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

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

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

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

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