#A52451

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

Shades of Lipstick #A52451

Tints of Lipstick #A52451

Color information

#A52451 (or 0xA52451) is unknown color: approx Lipstick. HEX triplet: A5, 24 and 51. RGB value is (165,36,81). Sum of RGB (Red+Green+Blue) = 165+36+81=282 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.51% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 81 (32.03% from 255 or 28.72% from 282); Max value from RGB is 165 - color contains mainly: red. Hex color #A52451 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52451 is #5ADBAE. Grayscale: #4F4F4F. Windows color (decimal): -5954479 or 5317797. OLE color: 5317797.

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

Color convert

RGB1653681-
CMYK00.780.510.35
HSL339.07º64.18%39.41%-
HSV(B)339.07º78.18%64.71%-
XYZ17.639.868.76-
YUV79.7128.74188.84-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 58.51%
GREEN value IS 36 (14.45% from 255) = 12.77%
BLUE value IS 81 (32.03% from 255) = 28.72%
R=58.51%
G=12.77%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165368100.780.510.35339.0764.1839.41
HexA5245104E33231534027
Octal245441210116634352310047
Binary101001011001001010001010011101100111000111010100111000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52451; }

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

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

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

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

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

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

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

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