#532A4D

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

Shades of Loulou #532A4D

Tints of Loulou #532A4D

Color information

#532A4D (or 0x532A4D) is unknown color: approx Loulou. HEX triplet: 53, 2A and 4D. RGB value is (83,42,77). Sum of RGB (Red+Green+Blue) = 83+42+77=202 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.09% from 202); Green value is 42 (16.80% from 255 or 20.79% from 202); Blue value is 77 (30.47% from 255 or 38.12% from 202); Max value from RGB is 83 - color contains mainly: red. Hex color #532A4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532A4D is #ACD5B2. Grayscale: #3A3A3A. Windows color (decimal): -11326899 or 5057107. OLE color: 5057107.

HSL color Cylindrical-coordinate representation of color #532A4D: hue angle of 308.78º 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 #532A4D is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB834277-
CMYK00.490.070.67
HSL308.78º32.8%24.51%-
HSV(B)308.78º49.4%32.55%-
XYZ5.734.037.5-
YUV58.25138.58145.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.09%
GREEN value IS 42 (16.80% from 255) = 20.79%
BLUE value IS 77 (30.47% from 255) = 38.12%
R=41.09%
G=20.79%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83427700.490.070.67308.7832.824.51
Hex532A4D0317431352119
Octal1235211506171034654131
Binary101001110101010011010110001111100001110011010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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