#A7214F

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

Shades of Lipstick #A7214F

Tints of Lipstick #A7214F

Color information

#A7214F (or 0xA7214F) is unknown color: approx Lipstick. HEX triplet: A7, 21 and 4F. RGB value is (167,33,79). Sum of RGB (Red+Green+Blue) = 167+33+79=279 (36% of max value = 765). Red value is 167 (65.62% from 255 or 59.86% from 279); Green value is 33 (13.28% from 255 or 11.83% from 279); Blue value is 79 (31.25% from 255 or 28.32% from 279); Max value from RGB is 167 - color contains mainly: red. Hex color #A7214F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7214F is #58DEB0. Grayscale: #4E4E4E. Windows color (decimal): -5824177 or 5185959. OLE color: 5185959.

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

Color convert

RGB1673379-
CMYK00.800.530.35
HSL339.4º67%39.22%-
HSV(B)339.4º80.24%65.49%-
XYZ17.899.878.36-
YUV78.31128.39191.26-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 59.86%
GREEN value IS 33 (13.28% from 255) = 11.83%
BLUE value IS 79 (31.25% from 255) = 28.32%
R=59.86%
G=11.83%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167337900.800.530.35339.46739.22
HexA7214F05035231534327
Octal247411170120654352310347
Binary101001111000011001111010100001101011000111010100111000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7214F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7214F; }

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

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

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

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

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

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

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

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