#A7214C

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

Shades of Lipstick #A7214C

Tints of Lipstick #A7214C

Color information

#A7214C (or 0xA7214C) is unknown color: approx Lipstick. HEX triplet: A7, 21 and 4C. RGB value is (167,33,76). Sum of RGB (Red+Green+Blue) = 167+33+76=276 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.51% from 276); Green value is 33 (13.28% from 255 or 11.96% from 276); Blue value is 76 (30.08% from 255 or 27.54% from 276); Max value from RGB is 167 - color contains mainly: red. Hex color #A7214C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7214C is #58DEB3. Grayscale: #4D4D4D. Windows color (decimal): -5824180 or 4989351. OLE color: 4989351.

HSL color Cylindrical-coordinate representation of color #A7214C: hue angle of 340.75º degrees, saturation: 0.67, 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 #A7214C is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB1673376-
CMYK00.800.540.35
HSL340.75º67%39.22%-
HSV(B)340.75º80.24%65.49%-
XYZ17.789.837.8-
YUV77.97126.89191.5-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 60.51%
GREEN value IS 33 (13.28% from 255) = 11.96%
BLUE value IS 76 (30.08% from 255) = 27.54%
R=60.51%
G=11.96%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167337600.800.540.35340.756739.22
HexA7214C05036231554327
Octal247411140120664352510347
Binary101001111000011001100010100001101101000111010101011000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7214C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7214C; }

 p { color: rgb(167,33,76); }

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

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

 a { background-color: rgb(167,33,76); }

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

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

 span { border-color: rgb(167,33,76); }

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