#A71E46

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

Shades of Lipstick #A71E46

Tints of Lipstick #A71E46

Color information

#A71E46 (or 0xA71E46) is unknown color: approx Lipstick. HEX triplet: A7, 1E and 46. RGB value is (167,30,70). Sum of RGB (Red+Green+Blue) = 167+30+70=267 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.55% from 267); Green value is 30 (12.11% from 255 or 11.24% from 267); Blue value is 70 (27.73% from 255 or 26.22% from 267); Max value from RGB is 167 - color contains mainly: red. Hex color #A71E46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A71E46 is #58E1B9. Grayscale: #4B4B4B. Windows color (decimal): -5824954 or 4595367. OLE color: 4595367.

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

Color convert

RGB1673070-
CMYK00.820.580.35
HSL342.48º69.54%38.63%-
HSV(B)342.48º82.04%65.49%-
XYZ17.519.596.72-
YUV75.52124.89193.25-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 62.55%
GREEN value IS 30 (12.11% from 255) = 11.24%
BLUE value IS 70 (27.73% from 255) = 26.22%
R=62.55%
G=11.24%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167307000.820.580.35342.4869.5438.63
HexA71E460523A231564627
Octal247361060122724352610647
Binary10100111111101000110010100101110101000111010101101000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71E46; }

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

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

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

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

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

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

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

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