#A61741

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

Shades of Lipstick #A61741

Tints of Lipstick #A61741

Color information

#A61741 (or 0xA61741) is unknown color: approx Lipstick. HEX triplet: A6, 17 and 41. RGB value is (166,23,65). Sum of RGB (Red+Green+Blue) = 166+23+65=254 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.35% from 254); Green value is 23 (9.38% from 255 or 9.06% from 254); Blue value is 65 (25.78% from 255 or 25.59% from 254); Max value from RGB is 166 - color contains mainly: red. Hex color #A61741 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61741 is #59E8BE. Grayscale: #464646. Windows color (decimal): -5892287 or 4265894. OLE color: 4265894.

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

Color convert

RGB1662365-
CMYK00.860.610.35
HSL342.38º75.66%37.06%-
HSV(B)342.38º86.14%65.1%-
XYZ16.999.15.86-
YUV70.54124.88196.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 65.35%
GREEN value IS 23 (9.38% from 255) = 9.06%
BLUE value IS 65 (25.78% from 255) = 25.59%
R=65.35%
G=9.06%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166236500.860.610.35342.3875.6637.06
HexA617410563D231564c25
Octal246271010126754352611445
Binary10100110101111000001010101101111011000111010101101001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61741; }

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

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

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

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

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

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

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

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