#A52355

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

Shades of Lipstick #A52355

Tints of Lipstick #A52355

Color information

#A52355 (or 0xA52355) is unknown color: approx Lipstick. HEX triplet: A5, 23 and 55. RGB value is (165,35,85). Sum of RGB (Red+Green+Blue) = 165+35+85=285 (37% of max value = 765). Red value is 165 (64.84% from 255 or 57.89% from 285); Green value is 35 (14.06% from 255 or 12.28% from 285); Blue value is 85 (33.59% from 255 or 29.82% from 285); Max value from RGB is 165 - color contains mainly: red. Hex color #A52355 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52355 is #5ADCAA. Grayscale: #4F4F4F. Windows color (decimal): -5954731 or 5579685. OLE color: 5579685.

HSL color Cylindrical-coordinate representation of color #A52355: hue angle of 336.92º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A52355 is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB1653585-
CMYK00.790.480.35
HSL336.92º65%39.22%-
HSV(B)336.92º78.79%64.71%-
XYZ17.769.869.56-
YUV79.57131.07188.93-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 57.89%
GREEN value IS 35 (14.06% from 255) = 12.28%
BLUE value IS 85 (33.59% from 255) = 29.82%
R=57.89%
G=12.28%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165358500.790.480.35336.926539.22
HexA5235504F30231514127
Octal245431250117604352110147
Binary101001011000111010101010011111100001000111010100011000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52355; }

 p { color: rgb(165,35,85); }

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

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

 a { background-color: rgb(165,35,85); }

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

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

 span { border-color: rgb(165,35,85); }

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