#A72246

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

Shades of Lipstick #A72246

Tints of Lipstick #A72246

Color information

#A72246 (or 0xA72246) is unknown color: approx Lipstick. HEX triplet: A7, 22 and 46. RGB value is (167,34,70). Sum of RGB (Red+Green+Blue) = 167+34+70=271 (35% of max value = 765). Red value is 167 (65.62% from 255 or 61.62% from 271); Green value is 34 (13.67% from 255 or 12.55% from 271); Blue value is 70 (27.73% from 255 or 25.83% from 271); Max value from RGB is 167 - color contains mainly: red. Hex color #A72246 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72246 is #58DDB9. Grayscale: #4D4D4D. Windows color (decimal): -5823930 or 4596391. OLE color: 4596391.

HSL color Cylindrical-coordinate representation of color #A72246: hue angle of 343.76º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A72246 is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB1673470-
CMYK00.800.580.35
HSL343.76º66.17%39.41%-
HSV(B)343.76º79.64%65.49%-
XYZ17.619.86.76-
YUV77.87123.56191.57-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 61.62%
GREEN value IS 34 (13.67% from 255) = 12.55%
BLUE value IS 70 (27.73% from 255) = 25.83%
R=61.62%
G=12.55%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167347000.800.580.35343.7666.1739.41
HexA722460503A231584227
Octal247421060120724353010247
Binary101001111000101000110010100001110101000111010110001000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72246; }

 p { color: rgb(167,34,70); }

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

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

 a { background-color: rgb(167,34,70); }

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

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

 span { border-color: rgb(167,34,70); }

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