#A62347

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

Shades of Lipstick #A62347

Tints of Lipstick #A62347

Color information

#A62347 (or 0xA62347) is unknown color: approx Lipstick. HEX triplet: A6, 23 and 47. RGB value is (166,35,71). Sum of RGB (Red+Green+Blue) = 166+35+71=272 (36% of max value = 765). Red value is 166 (65.23% from 255 or 61.03% from 272); Green value is 35 (14.06% from 255 or 12.87% from 272); Blue value is 71 (28.12% from 255 or 26.10% from 272); Max value from RGB is 166 - color contains mainly: red. Hex color #A62347 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62347 is #59DCB8. Grayscale: #4E4E4E. Windows color (decimal): -5889209 or 4662182. OLE color: 4662182.

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

Color convert

RGB1663571-
CMYK00.790.570.35
HSL343.51º65.17%39.41%-
HSV(B)343.51º78.92%65.1%-
XYZ17.469.766.93-
YUV78.27123.9190.57-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 61.03%
GREEN value IS 35 (14.06% from 255) = 12.87%
BLUE value IS 71 (28.12% from 255) = 26.10%
R=61.03%
G=12.87%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166357100.790.570.35343.5165.1739.41
HexA6234704F39231584127
Octal246431070117714353010147
Binary101001101000111000111010011111110011000111010110001000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62347; }

 p { color: rgb(166,35,71); }

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

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

 a { background-color: rgb(166,35,71); }

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

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

 span { border-color: rgb(166,35,71); }

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