#532C44

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

Shades of Loulou #532C44

Tints of Loulou #532C44

Color information

#532C44 (or 0x532C44) is unknown color: approx Loulou. HEX triplet: 53, 2C and 44. RGB value is (83,44,68). Sum of RGB (Red+Green+Blue) = 83+44+68=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 44 (17.58% from 255 or 22.56% from 195); Blue value is 68 (26.95% from 255 or 34.87% from 195); Max value from RGB is 83 - color contains mainly: red. Hex color #532C44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532C44 is #ACD3BB. Grayscale: #3A3A3A. Windows color (decimal): -11326396 or 4467795. OLE color: 4467795.

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

Color convert

RGB834468-
CMYK00.470.180.67
HSL323.08º30.71%24.9%-
HSV(B)323.08º46.99%32.55%-
XYZ5.514.065.96-
YUV58.4133.42145.55-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.56%
GREEN value IS 44 (17.58% from 255) = 22.56%
BLUE value IS 68 (26.95% from 255) = 34.87%
R=42.56%
G=22.56%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83446800.470.180.67323.0830.7124.9
Hex532C4402F12431431f19
Octal12354104057221035033731
Binary1010011101100100010001011111001010000111010000111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,44,68); }

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

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

 a { background-color: rgb(83,44,68); }

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

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

 span { border-color: rgb(83,44,68); }

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