#532A4A

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

Shades of Loulou #532A4A

Tints of Loulou #532A4A

Color information

#532A4A (or 0x532A4A) is unknown color: approx Loulou. HEX triplet: 53, 2A and 4A. RGB value is (83,42,74). Sum of RGB (Red+Green+Blue) = 83+42+74=199 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.71% from 199); Green value is 42 (16.80% from 255 or 21.11% from 199); Blue value is 74 (29.30% from 255 or 37.19% from 199); Max value from RGB is 83 - color contains mainly: red. Hex color #532A4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532A4A is #ACD5B5. Grayscale: #393939. Windows color (decimal): -11326902 or 4860499. OLE color: 4860499.

HSL color Cylindrical-coordinate representation of color #532A4A: hue angle of 313.17º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #532A4A is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB834274-
CMYK00.490.110.67
HSL313.17º32.8%24.51%-
HSV(B)313.17º49.4%32.55%-
XYZ5.633.996.95-
YUV57.91137.08145.9-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.71%
GREEN value IS 42 (16.80% from 255) = 21.11%
BLUE value IS 74 (29.30% from 255) = 37.19%
R=41.71%
G=21.11%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83427400.490.110.67313.1732.824.51
Hex532A4A031B431392119
Octal12352112061131034714131
Binary1010011101010100101001100011011100001110011100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532A4A; }

 p { color: rgb(83,42,74); }

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

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

 a { background-color: rgb(83,42,74); }

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

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

 span { border-color: rgb(83,42,74); }

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