#A61847

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

Shades of Lipstick #A61847

Tints of Lipstick #A61847

Color information

#A61847 (or 0xA61847) is unknown color: approx Lipstick. HEX triplet: A6, 18 and 47. RGB value is (166,24,71). Sum of RGB (Red+Green+Blue) = 166+24+71=261 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.60% from 261); Green value is 24 (9.77% from 255 or 9.20% from 261); Blue value is 71 (28.12% from 255 or 27.20% from 261); Max value from RGB is 166 - color contains mainly: red. Hex color #A61847 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61847 is #59E7B8. Grayscale: #474747. Windows color (decimal): -5892025 or 4659366. OLE color: 4659366.

HSL color Cylindrical-coordinate representation of color #A61847: hue angle of 340.14º degrees, saturation: 0.75, 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 #A61847 is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB1662471-
CMYK00.860.570.35
HSL340.14º74.74%37.25%-
HSV(B)340.14º85.54%65.1%-
XYZ17.199.226.83-
YUV71.82127.54195.18-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 63.60%
GREEN value IS 24 (9.77% from 255) = 9.20%
BLUE value IS 71 (28.12% from 255) = 27.20%
R=63.60%
G=9.20%
B=27.20%

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
Decimal166247100.860.570.35340.1474.7437.25
HexA6184705639231544b25
Octal246301070126714352411345
Binary10100110110001000111010101101110011000111010101001001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61847; }

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

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

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

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

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

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

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

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