#A61844

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

Shades of Lipstick #A61844

Tints of Lipstick #A61844

Color information

#A61844 (or 0xA61844) is unknown color: approx Lipstick. HEX triplet: A6, 18 and 44. RGB value is (166,24,68). Sum of RGB (Red+Green+Blue) = 166+24+68=258 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.34% from 258); Green value is 24 (9.77% from 255 or 9.30% from 258); Blue value is 68 (26.95% from 255 or 26.36% from 258); Max value from RGB is 166 - color contains mainly: red. Hex color #A61844 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61844 is #59E7BB. Grayscale: #474747. Windows color (decimal): -5892028 or 4462758. OLE color: 4462758.

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

Color convert

RGB1662468-
CMYK00.860.590.35
HSL341.41º74.74%37.25%-
HSV(B)341.41º85.54%65.1%-
XYZ17.19.186.34-
YUV71.47126.04195.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 64.34%
GREEN value IS 24 (9.77% from 255) = 9.30%
BLUE value IS 68 (26.95% from 255) = 26.36%
R=64.34%
G=9.30%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166246800.860.590.35341.4174.7437.25
HexA618440563B231554b25
Octal246301040126734352511345
Binary10100110110001000100010101101110111000111010101011001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61844; }

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

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

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

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

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

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

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

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