#a62845

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

Shades of Lipstick #A62845

Tints of Lipstick #A62845

Color information

#A62845 (or 0xA62845) is unknown color: approx Lipstick. HEX triplet: A6, 28 and 45. RGB value is (166,40,69). Sum of RGB (Red+Green+Blue) = 166+40+69=275 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.36% from 275); Green value is 40 (16.02% from 255 or 14.55% from 275); Blue value is 69 (27.34% from 255 or 25.09% from 275); Max value from RGB is 166 - color contains mainly: red. Hex color #A62845 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62845 is #59D7BA. Grayscale: #505050. Windows color (decimal): -5887931 or 4532390. OLE color: 4532390.

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

Color convert

RGB1664069-
CMYK00.760.580.35
HSL346.19º61.17%40.39%-
HSV(B)346.19º75.9%65.1%-
XYZ17.5610.056.65-
YUV80.98121.24188.64-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 60.36%
GREEN value IS 40 (16.02% from 255) = 14.55%
BLUE value IS 69 (27.34% from 255) = 25.09%
R=60.36%
G=14.55%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166406900.760.580.35346.1961.1740.39
HexA6284504C3A2315a3d28
Octal24650105011472435327550
Binary10100110101000100010101001100111010100011101011010111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a62845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a62845; }

 p { color: rgb(166,40,69); }

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

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

 a { background-color: rgb(166,40,69); }

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

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

 span { border-color: rgb(166,40,69); }

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