#A51F40

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

Shades of Lipstick #A51F40

Tints of Lipstick #A51F40

Color information

#A51F40 (or 0xA51F40) is unknown color: approx Lipstick. HEX triplet: A5, 1F and 40. RGB value is (165,31,64). Sum of RGB (Red+Green+Blue) = 165+31+64=260 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.46% from 260); Green value is 31 (12.5% from 255 or 11.92% from 260); Blue value is 64 (25.39% from 255 or 24.62% from 260); Max value from RGB is 165 - color contains mainly: red. Hex color #A51F40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A51F40 is #5AE0BF. Grayscale: #4A4A4A. Windows color (decimal): -5955776 or 4202405. OLE color: 4202405.

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

Color convert

RGB1653164-
CMYK00.810.610.35
HSL345.22º68.37%38.43%-
HSV(B)345.22º81.21%64.71%-
XYZ16.939.355.76-
YUV74.83121.89192.32-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 63.46%
GREEN value IS 31 (12.5% from 255) = 11.92%
BLUE value IS 64 (25.39% from 255) = 24.62%
R=63.46%
G=11.92%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165316400.810.610.35345.2268.3738.43
HexA51F400513D231594426
Octal245371000121754353110446
Binary10100101111111000000010100011111011000111010110011000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51F40; }

 p { color: rgb(165,31,64); }

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

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

 a { background-color: rgb(165,31,64); }

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

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

 span { border-color: rgb(165,31,64); }

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