#A62749

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

Shades of Lipstick #A62749

Tints of Lipstick #A62749

Color information

#A62749 (or 0xA62749) is unknown color: approx Lipstick. HEX triplet: A6, 27 and 49. RGB value is (166,39,73). Sum of RGB (Red+Green+Blue) = 166+39+73=278 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.71% from 278); Green value is 39 (15.62% from 255 or 14.03% from 278); Blue value is 73 (28.91% from 255 or 26.26% from 278); Max value from RGB is 166 - color contains mainly: red. Hex color #A62749 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62749 is #59D8B6. Grayscale: #505050. Windows color (decimal): -5888183 or 4794278. OLE color: 4794278.

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

Color convert

RGB1663973-
CMYK00.770.560.35
HSL343.94º61.95%40.2%-
HSV(B)343.94º76.51%65.1%-
XYZ17.6510.047.31-
YUV80.85123.58188.74-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 59.71%
GREEN value IS 39 (15.62% from 255) = 14.03%
BLUE value IS 73 (28.91% from 255) = 26.26%
R=59.71%
G=14.03%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166397300.770.560.35343.9461.9540.2
HexA6274904D38231583e28
Octal24647111011570435307650
Binary10100110100111100100101001101111000100011101011000111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62749; }

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

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

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

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

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

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

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

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