#A7204F

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

Shades of Lipstick #A7204F

Tints of Lipstick #A7204F

Color information

#A7204F (or 0xA7204F) is unknown color: approx Lipstick. HEX triplet: A7, 20 and 4F. RGB value is (167,32,79). Sum of RGB (Red+Green+Blue) = 167+32+79=278 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.07% from 278); Green value is 32 (12.89% from 255 or 11.51% from 278); Blue value is 79 (31.25% from 255 or 28.42% from 278); Max value from RGB is 167 - color contains mainly: red. Hex color #A7204F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7204F is #58DFB0. Grayscale: #4D4D4D. Windows color (decimal): -5824433 or 5185703. OLE color: 5185703.

HSL color Cylindrical-coordinate representation of color #A7204F: hue angle of 339.11º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A7204F is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB1673279-
CMYK00.810.530.35
HSL339.11º67.84%39.02%-
HSV(B)339.11º80.84%65.49%-
XYZ17.869.818.35-
YUV77.72128.73191.68-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 60.07%
GREEN value IS 32 (12.89% from 255) = 11.51%
BLUE value IS 79 (31.25% from 255) = 28.42%
R=60.07%
G=11.51%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167327900.810.530.35339.1167.8439.02
HexA7204F05135231534427
Octal247401170121654352310447
Binary101001111000001001111010100011101011000111010100111000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7204F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7204F; }

 p { color: rgb(167,32,79); }

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

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

 a { background-color: rgb(167,32,79); }

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

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

 span { border-color: rgb(167,32,79); }

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