#A61747

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

Shades of Lipstick #A61747

Tints of Lipstick #A61747

Color information

#A61747 (or 0xA61747) is unknown color: approx Lipstick. HEX triplet: A6, 17 and 47. RGB value is (166,23,71). Sum of RGB (Red+Green+Blue) = 166+23+71=260 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.85% from 260); Green value is 23 (9.38% from 255 or 8.85% from 260); Blue value is 71 (28.12% from 255 or 27.31% from 260); Max value from RGB is 166 - color contains mainly: red. Hex color #A61747 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61747 is #59E8B8. Grayscale: #474747. Windows color (decimal): -5892281 or 4659110. OLE color: 4659110.

HSL color Cylindrical-coordinate representation of color #A61747: hue angle of 339.86º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A61747 is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB1662371-
CMYK00.860.570.35
HSL339.86º75.66%37.06%-
HSV(B)339.86º86.14%65.1%-
XYZ17.179.176.83-
YUV71.23127.88195.6-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 63.85%
GREEN value IS 23 (9.38% from 255) = 8.85%
BLUE value IS 71 (28.12% from 255) = 27.31%
R=63.85%
G=8.85%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166237100.860.570.35339.8675.6637.06
HexA6174705639231544c25
Octal246271070126714352411445
Binary10100110101111000111010101101110011000111010101001001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61747; }

 p { color: rgb(166,23,71); }

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

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

 a { background-color: rgb(166,23,71); }

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

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

 span { border-color: rgb(166,23,71); }

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