#A51F52

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

Shades of Lipstick #A51F52

Tints of Lipstick #A51F52

Color information

#A51F52 (or 0xA51F52) is unknown color: approx Lipstick. HEX triplet: A5, 1F and 52. RGB value is (165,31,82). Sum of RGB (Red+Green+Blue) = 165+31+82=278 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.35% from 278); Green value is 31 (12.5% from 255 or 11.15% from 278); Blue value is 82 (32.42% from 255 or 29.50% from 278); Max value from RGB is 165 - color contains mainly: red. Hex color #A51F52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A51F52 is #5AE0AD. Grayscale: #4C4C4C. Windows color (decimal): -5955758 or 5382053. OLE color: 5382053.

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

Color convert

RGB1653182-
CMYK00.810.500.35
HSL337.16º68.37%38.43%-
HSV(B)337.16º81.21%64.71%-
XYZ17.539.598.91-
YUV76.88130.89190.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 59.35%
GREEN value IS 31 (12.5% from 255) = 11.15%
BLUE value IS 82 (32.42% from 255) = 29.50%
R=59.35%
G=11.15%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165318200.810.500.35337.1668.3738.43
HexA51F5205132231514426
Octal245371220121624352110446
Binary10100101111111010010010100011100101000111010100011000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51F52; }

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

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

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

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

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

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

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

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