#a52446

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

Shades of Lipstick #A52446

Tints of Lipstick #A52446

Color information

#A52446 (or 0xA52446) is unknown color: approx Lipstick. HEX triplet: A5, 24 and 46. RGB value is (165,36,70). Sum of RGB (Red+Green+Blue) = 165+36+70=271 (35% of max value = 765). Red value is 165 (64.84% from 255 or 60.89% from 271); Green value is 36 (14.45% from 255 or 13.28% from 271); Blue value is 70 (27.73% from 255 or 25.83% from 271); Max value from RGB is 165 - color contains mainly: red. Hex color #A52446 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52446 is #5ADBB9. Grayscale: #4E4E4E. Windows color (decimal): -5954490 or 4596901. OLE color: 4596901.

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

Color convert

RGB1653670-
CMYK00.780.580.35
HSL344.19º64.18%39.41%-
HSV(B)344.19º78.18%64.71%-
XYZ17.259.76.76-
YUV78.45123.24189.74-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 60.89%
GREEN value IS 36 (14.45% from 255) = 13.28%
BLUE value IS 70 (27.73% from 255) = 25.83%
R=60.89%
G=13.28%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165367000.780.580.35344.1964.1839.41
HexA5244604E3A231584027
Octal245441060116724353010047
Binary101001011001001000110010011101110101000111010110001000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a52446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a52446; }

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

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

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

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

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

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

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

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