#A52450

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

Shades of Lipstick #A52450

Tints of Lipstick #A52450

Color information

#A52450 (or 0xA52450) is unknown color: approx Lipstick. HEX triplet: A5, 24 and 50. RGB value is (165,36,80). Sum of RGB (Red+Green+Blue) = 165+36+80=281 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.72% from 281); Green value is 36 (14.45% from 255 or 12.81% from 281); Blue value is 80 (31.64% from 255 or 28.47% from 281); Max value from RGB is 165 - color contains mainly: red. Hex color #A52450 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52450 is #5ADBAF. Grayscale: #4F4F4F. Windows color (decimal): -5954480 or 5252261. OLE color: 5252261.

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

Color convert

RGB1653680-
CMYK00.780.520.35
HSL339.53º64.18%39.41%-
HSV(B)339.53º78.18%64.71%-
XYZ17.69.848.56-
YUV79.59128.24188.92-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 58.72%
GREEN value IS 36 (14.45% from 255) = 12.81%
BLUE value IS 80 (31.64% from 255) = 28.47%
R=58.72%
G=12.81%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165368000.780.520.35339.5364.1839.41
HexA5245004E34231544027
Octal245441200116644352410047
Binary101001011001001010000010011101101001000111010101001000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52450; }

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

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

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

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

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

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

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

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