#A52250

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

Shades of Lipstick #A52250

Tints of Lipstick #A52250

Color information

#A52250 (or 0xA52250) is unknown color: approx Lipstick. HEX triplet: A5, 22 and 50. RGB value is (165,34,80). Sum of RGB (Red+Green+Blue) = 165+34+80=279 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.14% from 279); Green value is 34 (13.67% from 255 or 12.19% from 279); Blue value is 80 (31.64% from 255 or 28.67% from 279); Max value from RGB is 165 - color contains mainly: red. Hex color #A52250 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52250 is #5ADDAF. Grayscale: #4E4E4E. Windows color (decimal): -5954992 or 5251749. OLE color: 5251749.

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

Color convert

RGB1653480-
CMYK00.790.520.35
HSL338.93º65.83%39.02%-
HSV(B)338.93º79.39%64.71%-
XYZ17.549.728.54-
YUV78.41128.9189.76-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 59.14%
GREEN value IS 34 (13.67% from 255) = 12.19%
BLUE value IS 80 (31.64% from 255) = 28.67%
R=59.14%
G=12.19%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165348000.790.520.35338.9365.8339.02
HexA5225004F34231534227
Octal245421200117644352310247
Binary101001011000101010000010011111101001000111010100111000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52250; }

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

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

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

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

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

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

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

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