#A52745

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

Shades of Lipstick #A52745

Tints of Lipstick #A52745

Color information

#A52745 (or 0xA52745) is unknown color: approx Lipstick. HEX triplet: A5, 27 and 45. RGB value is (165,39,69). Sum of RGB (Red+Green+Blue) = 165+39+69=273 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.44% from 273); Green value is 39 (15.62% from 255 or 14.29% from 273); Blue value is 69 (27.34% from 255 or 25.27% from 273); Max value from RGB is 165 - color contains mainly: red. Hex color #A52745 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52745 is #5AD8BA. Grayscale: #505050. Windows color (decimal): -5953723 or 4532133. OLE color: 4532133.

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

Color convert

RGB1653969-
CMYK00.760.580.35
HSL345.71º61.76%40%-
HSV(B)345.71º76.36%64.71%-
XYZ17.329.886.62-
YUV80.09121.74188.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 60.44%
GREEN value IS 39 (15.62% from 255) = 14.29%
BLUE value IS 69 (27.34% from 255) = 25.27%
R=60.44%
G=14.29%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165396900.760.580.35345.7161.7640
HexA5274504C3A2315a3e28
Octal24547105011472435327650
Binary10100101100111100010101001100111010100011101011010111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52745; }

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

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

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

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

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

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

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

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