#A52744

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

Shades of Lipstick #A52744

Tints of Lipstick #A52744

Color information

#A52744 (or 0xA52744) is unknown color: approx Lipstick. HEX triplet: A5, 27 and 44. RGB value is (165,39,68). Sum of RGB (Red+Green+Blue) = 165+39+68=272 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.66% from 272); Green value is 39 (15.62% from 255 or 14.34% from 272); Blue value is 68 (26.95% from 255 or 25% from 272); Max value from RGB is 165 - color contains mainly: red. Hex color #A52744 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52744 is #5AD8BB. Grayscale: #4F4F4F. Windows color (decimal): -5953724 or 4466597. OLE color: 4466597.

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

Color convert

RGB1653968-
CMYK00.760.590.35
HSL346.19º61.76%40%-
HSV(B)346.19º76.36%64.71%-
XYZ17.299.876.46-
YUV79.98121.24188.64-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 60.66%
GREEN value IS 39 (15.62% from 255) = 14.34%
BLUE value IS 68 (26.95% from 255) = 25%
R=60.66%
G=14.34%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165396800.760.590.35346.1961.7640
HexA5274404C3B2315a3e28
Octal24547104011473435327650
Binary10100101100111100010001001100111011100011101011010111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52744; }

 p { color: rgb(165,39,68); }

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

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

 a { background-color: rgb(165,39,68); }

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

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

 span { border-color: rgb(165,39,68); }

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