#532A44

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

Shades of Loulou #532A44

Tints of Loulou #532A44

Color information

#532A44 (or 0x532A44) is unknown color: approx Loulou. HEX triplet: 53, 2A and 44. RGB value is (83,42,68). Sum of RGB (Red+Green+Blue) = 83+42+68=193 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.01% from 193); Green value is 42 (16.80% from 255 or 21.76% from 193); Blue value is 68 (26.95% from 255 or 35.23% from 193); Max value from RGB is 83 - color contains mainly: red. Hex color #532A44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532A44 is #ACD5BB. Grayscale: #393939. Windows color (decimal): -11326908 or 4467283. OLE color: 4467283.

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

Color convert

RGB834268-
CMYK00.490.180.67
HSL321.95º32.8%24.51%-
HSV(B)321.95º49.4%32.55%-
XYZ5.443.915.94-
YUV57.22134.08146.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.01%
GREEN value IS 42 (16.80% from 255) = 21.76%
BLUE value IS 68 (26.95% from 255) = 35.23%
R=43.01%
G=21.76%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83426800.490.180.67321.9532.824.51
Hex532A4403112431422119
Octal12352104061221035024131
Binary10100111010101000100011000110010100001110100001010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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