#A62147

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

Shades of Lipstick #A62147

Tints of Lipstick #A62147

Color information

#A62147 (or 0xA62147) is unknown color: approx Lipstick. HEX triplet: A6, 21 and 47. RGB value is (166,33,71). Sum of RGB (Red+Green+Blue) = 166+33+71=270 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.48% from 270); Green value is 33 (13.28% from 255 or 12.22% from 270); Blue value is 71 (28.12% from 255 or 26.30% from 270); Max value from RGB is 166 - color contains mainly: red. Hex color #A62147 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62147 is #59DEB8. Grayscale: #4D4D4D. Windows color (decimal): -5889721 or 4661670. OLE color: 4661670.

HSL color Cylindrical-coordinate representation of color #A62147: hue angle of 342.86º degrees, saturation: 0.67, 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 #A62147 is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB1663371-
CMYK00.800.570.35
HSL342.86º66.83%39.02%-
HSV(B)342.86º80.12%65.1%-
XYZ17.419.656.91-
YUV77.1124.56191.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 61.48%
GREEN value IS 33 (13.28% from 255) = 12.22%
BLUE value IS 71 (28.12% from 255) = 26.30%
R=61.48%
G=12.22%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166337100.800.570.35342.8666.8339.02
HexA6214705039231574327
Octal246411070120714352710347
Binary101001101000011000111010100001110011000111010101111000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62147; }

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

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

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

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

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

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

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

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