#A62449

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

Shades of Lipstick #A62449

Tints of Lipstick #A62449

Color information

#A62449 (or 0xA62449) is unknown color: approx Lipstick. HEX triplet: A6, 24 and 49. RGB value is (166,36,73). Sum of RGB (Red+Green+Blue) = 166+36+73=275 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.36% from 275); Green value is 36 (14.45% from 255 or 13.09% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 166 - color contains mainly: red. Hex color #A62449 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62449 is #59DBB6. Grayscale: #4F4F4F. Windows color (decimal): -5888951 or 4793510. OLE color: 4793510.

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

Color convert

RGB1663673-
CMYK00.780.560.35
HSL342.92º64.36%39.61%-
HSV(B)342.92º78.31%65.1%-
XYZ17.569.857.28-
YUV79.09124.57189.99-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 60.36%
GREEN value IS 36 (14.45% from 255) = 13.09%
BLUE value IS 73 (28.91% from 255) = 26.55%
R=60.36%
G=13.09%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166367300.780.560.35342.9264.3639.61
HexA6244904E38231574028
Octal246441110116704352710050
Binary101001101001001001001010011101110001000111010101111000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62449; }

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

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

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

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

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

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

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

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