#A52750

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

Shades of Lipstick #A52750

Tints of Lipstick #A52750

Color information

#A52750 (or 0xA52750) is unknown color: approx Lipstick. HEX triplet: A5, 27 and 50. RGB value is (165,39,80). Sum of RGB (Red+Green+Blue) = 165+39+80=284 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.10% from 284); Green value is 39 (15.62% from 255 or 13.73% from 284); Blue value is 80 (31.64% from 255 or 28.17% from 284); Max value from RGB is 165 - color contains mainly: red. Hex color #A52750 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52750 is #5AD8AF. Grayscale: #515151. Windows color (decimal): -5953712 or 5253029. OLE color: 5253029.

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

Color convert

RGB1653980-
CMYK00.760.520.35
HSL340.48º61.76%40%-
HSV(B)340.48º76.36%64.71%-
XYZ17.6910.038.59-
YUV81.35127.24187.67-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 58.10%
GREEN value IS 39 (15.62% from 255) = 13.73%
BLUE value IS 80 (31.64% from 255) = 28.17%
R=58.10%
G=13.73%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165398000.760.520.35340.4861.7640
HexA5275004C34231543e28
Octal24547120011464435247650
Binary10100101100111101000001001100110100100011101010100111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52750; }

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

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

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

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

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

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

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

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