#A52255

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

Shades of Lipstick #A52255

Tints of Lipstick #A52255

Color information

#A52255 (or 0xA52255) is unknown color: approx Lipstick. HEX triplet: A5, 22 and 55. RGB value is (165,34,85). Sum of RGB (Red+Green+Blue) = 165+34+85=284 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.10% from 284); Green value is 34 (13.67% from 255 or 11.97% from 284); Blue value is 85 (33.59% from 255 or 29.93% from 284); Max value from RGB is 165 - color contains mainly: red. Hex color #A52255 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52255 is #5ADDAA. Grayscale: #4E4E4E. Windows color (decimal): -5954987 or 5579429. OLE color: 5579429.

HSL color Cylindrical-coordinate representation of color #A52255: hue angle of 336.64º degrees, saturation: 0.66, 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 #A52255 is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB1653485-
CMYK00.790.480.35
HSL336.64º65.83%39.02%-
HSV(B)336.64º79.39%64.71%-
XYZ17.739.89.55-
YUV78.98131.4189.35-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 58.10%
GREEN value IS 34 (13.67% from 255) = 11.97%
BLUE value IS 85 (33.59% from 255) = 29.93%
R=58.10%
G=11.97%
B=29.93%

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
Decimal165348500.790.480.35336.6465.8339.02
HexA5225504F30231514227
Octal245421250117604352110247
Binary101001011000101010101010011111100001000111010100011000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52255; }

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

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

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

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

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

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

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

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