#A62751

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

Shades of Lipstick #A62751

Tints of Lipstick #A62751

Color information

#A62751 (or 0xA62751) is unknown color: approx Lipstick. HEX triplet: A6, 27 and 51. RGB value is (166,39,81). Sum of RGB (Red+Green+Blue) = 166+39+81=286 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.04% from 286); Green value is 39 (15.62% from 255 or 13.64% from 286); Blue value is 81 (32.03% from 255 or 28.32% from 286); Max value from RGB is 166 - color contains mainly: red. Hex color #A62751 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62751 is #59D8AE. Grayscale: #515151. Windows color (decimal): -5888175 or 5318566. OLE color: 5318566.

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

Color convert

RGB1663981-
CMYK00.770.510.35
HSL340.16º61.95%40.2%-
HSV(B)340.16º76.51%65.1%-
XYZ17.9410.158.8-
YUV81.76127.58188.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 58.04%
GREEN value IS 39 (15.62% from 255) = 13.64%
BLUE value IS 81 (32.03% from 255) = 28.32%
R=58.04%
G=13.64%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166398100.770.510.35340.1661.9540.2
HexA6275104D33231543e28
Octal24647121011563435247650
Binary10100110100111101000101001101110011100011101010100111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62751; }

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

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

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

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

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

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

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

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