#A51E43

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

Shades of Lipstick #A51E43

Tints of Lipstick #A51E43

Color information

#A51E43 (or 0xA51E43) is unknown color: approx Lipstick. HEX triplet: A5, 1E and 43. RGB value is (165,30,67). Sum of RGB (Red+Green+Blue) = 165+30+67=262 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.98% from 262); Green value is 30 (12.11% from 255 or 11.45% from 262); Blue value is 67 (26.56% from 255 or 25.57% from 262); Max value from RGB is 165 - color contains mainly: red. Hex color #A51E43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A51E43 is #5AE1BC. Grayscale: #4A4A4A. Windows color (decimal): -5956029 or 4398757. OLE color: 4398757.

HSL color Cylindrical-coordinate representation of color #A51E43: hue angle of 343.56º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A51E43 is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.35.

Color convert

RGB1653067-
CMYK00.820.590.35
HSL343.56º69.23%38.24%-
HSV(B)343.56º81.82%64.71%-
XYZ16.999.336.22-
YUV74.58123.73192.49-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 62.98%
GREEN value IS 30 (12.11% from 255) = 11.45%
BLUE value IS 67 (26.56% from 255) = 25.57%
R=62.98%
G=11.45%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165306700.820.590.35343.5669.2338.24
HexA51E430523B231584526
Octal245361030122734353010546
Binary10100101111101000011010100101110111000111010110001000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51E43; }

 p { color: rgb(165,30,67); }

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

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

 a { background-color: rgb(165,30,67); }

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

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

 span { border-color: rgb(165,30,67); }

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