#A72854

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

Shades of Lipstick #A72854

Tints of Lipstick #A72854

Color information

#A72854 (or 0xA72854) is unknown color: approx Lipstick. HEX triplet: A7, 28 and 54. RGB value is (167,40,84). Sum of RGB (Red+Green+Blue) = 167+40+84=291 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.39% from 291); Green value is 40 (16.02% from 255 or 13.75% from 291); Blue value is 84 (33.20% from 255 or 28.87% from 291); Max value from RGB is 167 - color contains mainly: red. Hex color #A72854 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A72854 is #58D7AB. Grayscale: #525252. Windows color (decimal): -5822380 or 5515431. OLE color: 5515431.

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

Color convert

RGB1674084-
CMYK00.760.500.35
HSL339.21º61.35%40.59%-
HSV(B)339.21º76.05%65.49%-
XYZ18.310.379.43-
YUV82.99128.58187.92-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 57.39%
GREEN value IS 40 (16.02% from 255) = 13.75%
BLUE value IS 84 (33.20% from 255) = 28.87%
R=57.39%
G=13.75%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167408400.760.500.35339.2161.3540.59
HexA7285404C32231533d29
Octal24750124011462435237551
Binary10100111101000101010001001100110010100011101010011111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72854; }

 p { color: rgb(167,40,84); }

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

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

 a { background-color: rgb(167,40,84); }

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

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

 span { border-color: rgb(167,40,84); }

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