#A62242

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

Shades of Lipstick #A62242

Tints of Lipstick #A62242

Color information

#A62242 (or 0xA62242) is unknown color: approx Lipstick. HEX triplet: A6, 22 and 42. RGB value is (166,34,66). Sum of RGB (Red+Green+Blue) = 166+34+66=266 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.41% from 266); Green value is 34 (13.67% from 255 or 12.78% from 266); Blue value is 66 (26.17% from 255 or 24.81% from 266); Max value from RGB is 166 - color contains mainly: red. Hex color #A62242 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62242 is #59DDBD. Grayscale: #4D4D4D. Windows color (decimal): -5889470 or 4334246. OLE color: 4334246.

HSL color Cylindrical-coordinate representation of color #A62242: hue angle of 345.45º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A62242 is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB1663466-
CMYK00.800.600.35
HSL345.45º66%39.22%-
HSV(B)345.45º79.52%65.1%-
XYZ17.289.646.1-
YUV77.12121.73191.4-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 62.41%
GREEN value IS 34 (13.67% from 255) = 12.78%
BLUE value IS 66 (26.17% from 255) = 24.81%
R=62.41%
G=12.78%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.60
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166346600.800.600.35345.456639.22
HexA622420503C231594227
Octal246421020120744353110247
Binary101001101000101000010010100001111001000111010110011000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62242; }

 p { color: rgb(166,34,66); }

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

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

 a { background-color: rgb(166,34,66); }

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

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

 span { border-color: rgb(166,34,66); }

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