#A5244E

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

Shades of Lipstick #A5244E

Tints of Lipstick #A5244E

Color information

#A5244E (or 0xA5244E) is unknown color: approx Lipstick. HEX triplet: A5, 24 and 4E. RGB value is (165,36,78). Sum of RGB (Red+Green+Blue) = 165+36+78=279 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.14% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 78 (30.86% from 255 or 27.96% from 279); Max value from RGB is 165 - color contains mainly: red. Hex color #A5244E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5244E is #5ADBB1. Grayscale: #4F4F4F. Windows color (decimal): -5954482 or 5121189. OLE color: 5121189.

HSL color Cylindrical-coordinate representation of color #A5244E: hue angle of 340.47º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A5244E is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB1653678-
CMYK00.780.530.35
HSL340.47º64.18%39.41%-
HSV(B)340.47º78.18%64.71%-
XYZ17.529.818.18-
YUV79.36127.24189.08-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 59.14%
GREEN value IS 36 (14.45% from 255) = 12.90%
BLUE value IS 78 (30.86% from 255) = 27.96%
R=59.14%
G=12.90%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165367800.780.530.35340.4764.1839.41
HexA5244E04E35231544027
Octal245441160116654352410047
Binary101001011001001001110010011101101011000111010101001000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5244E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5244E; }

 p { color: rgb(165,36,78); }

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

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

 a { background-color: rgb(165,36,78); }

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

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

 span { border-color: rgb(165,36,78); }

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