#a52356

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

Shades of Lipstick #A52356

Tints of Lipstick #A52356

Color information

#A52356 (or 0xA52356) is unknown color: approx Lipstick. HEX triplet: A5, 23 and 56. RGB value is (165,35,86). Sum of RGB (Red+Green+Blue) = 165+35+86=286 (37% of max value = 765). Red value is 165 (64.84% from 255 or 57.69% from 286); Green value is 35 (14.06% from 255 or 12.24% from 286); Blue value is 86 (33.98% from 255 or 30.07% from 286); Max value from RGB is 165 - color contains mainly: red. Hex color #A52356 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52356 is #5ADCA9. Grayscale: #4F4F4F. Windows color (decimal): -5954730 or 5645221. OLE color: 5645221.

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

Color convert

RGB1653586-
CMYK00.790.480.35
HSL336.46º65%39.22%-
HSV(B)336.46º78.79%64.71%-
XYZ17.89.879.77-
YUV79.68131.57188.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 57.69%
GREEN value IS 35 (14.06% from 255) = 12.24%
BLUE value IS 86 (33.98% from 255) = 30.07%
R=57.69%
G=12.24%
B=30.07%

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
Decimal165358600.790.480.35336.466539.22
HexA5235604F30231504127
Octal245431260117604352010147
Binary101001011000111010110010011111100001000111010100001000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a52356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a52356; }

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

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

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

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

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

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

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

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