#A52748

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

Shades of Lipstick #A52748

Tints of Lipstick #A52748

Color information

#A52748 (or 0xA52748) is unknown color: approx Lipstick. HEX triplet: A5, 27 and 48. RGB value is (165,39,72). Sum of RGB (Red+Green+Blue) = 165+39+72=276 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.78% from 276); Green value is 39 (15.62% from 255 or 14.13% from 276); Blue value is 72 (28.52% from 255 or 26.09% from 276); Max value from RGB is 165 - color contains mainly: red. Hex color #A52748 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52748 is #5AD8B7. Grayscale: #505050. Windows color (decimal): -5953720 or 4728741. OLE color: 4728741.

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

Color convert

RGB1653972-
CMYK00.760.560.35
HSL344.29º61.76%40%-
HSV(B)344.29º76.36%64.71%-
XYZ17.419.927.13-
YUV80.44123.24188.32-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 59.78%
GREEN value IS 39 (15.62% from 255) = 14.13%
BLUE value IS 72 (28.52% from 255) = 26.09%
R=59.78%
G=14.13%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165397200.760.560.35344.2961.7640
HexA5274804C38231583e28
Octal24547110011470435307650
Binary10100101100111100100001001100111000100011101011000111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52748; }

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

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

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

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

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

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

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

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