#a51e41

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

Shades of Lipstick #A51E41

Tints of Lipstick #A51E41

Color information

#A51E41 (or 0xA51E41) is unknown color: approx Lipstick. HEX triplet: A5, 1E and 41. RGB value is (165,30,65). Sum of RGB (Red+Green+Blue) = 165+30+65=260 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.46% from 260); Green value is 30 (12.11% from 255 or 11.54% from 260); Blue value is 65 (25.78% from 255 or 25% from 260); Max value from RGB is 165 - color contains mainly: red. Hex color #A51E41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A51E41 is #5AE1BE. Grayscale: #4A4A4A. Windows color (decimal): -5956031 or 4267685. OLE color: 4267685.

HSL color Cylindrical-coordinate representation of color #A51E41: hue angle of 344.44º 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 #A51E41 is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB1653065-
CMYK00.820.610.35
HSL344.44º69.23%38.24%-
HSV(B)344.44º81.82%64.71%-
XYZ16.949.315.91-
YUV74.35122.73192.65-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 63.46%
GREEN value IS 30 (12.11% from 255) = 11.54%
BLUE value IS 65 (25.78% from 255) = 25%
R=63.46%
G=11.54%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165306500.820.610.35344.4469.2338.24
HexA51E410523D231584526
Octal245361010122754353010546
Binary10100101111101000001010100101111011000111010110001000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a51e41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a51e41; }

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

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

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

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

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

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

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

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