#A62744

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

Shades of Lipstick #A62744

Tints of Lipstick #A62744

Color information

#A62744 (or 0xA62744) is unknown color: approx Lipstick. HEX triplet: A6, 27 and 44. RGB value is (166,39,68). Sum of RGB (Red+Green+Blue) = 166+39+68=273 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.81% from 273); Green value is 39 (15.62% from 255 or 14.29% from 273); Blue value is 68 (26.95% from 255 or 24.91% from 273); Max value from RGB is 166 - color contains mainly: red. Hex color #A62744 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62744 is #59D8BB. Grayscale: #505050. Windows color (decimal): -5888188 or 4466598. OLE color: 4466598.

HSL color Cylindrical-coordinate representation of color #A62744: hue angle of 346.3º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A62744 is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.35.

Color convert

RGB1663968-
CMYK00.770.590.35
HSL346.3º61.95%40.2%-
HSV(B)346.3º76.51%65.1%-
XYZ17.499.986.47-
YUV80.28121.08189.14-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 60.81%
GREEN value IS 39 (15.62% from 255) = 14.29%
BLUE value IS 68 (26.95% from 255) = 24.91%
R=60.81%
G=14.29%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166396800.770.590.35346.361.9540.2
HexA6274404D3B2315a3e28
Octal24647104011573435327650
Binary10100110100111100010001001101111011100011101011010111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62744; }

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

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

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

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

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

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

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

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