#532D44

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

Shades of Loulou #532D44

Tints of Loulou #532D44

Color information

#532D44 (or 0x532D44) is unknown color: approx Loulou. HEX triplet: 53, 2D and 44. RGB value is (83,45,68). Sum of RGB (Red+Green+Blue) = 83+45+68=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 45 (17.97% from 255 or 22.96% from 196); Blue value is 68 (26.95% from 255 or 34.69% from 196); Max value from RGB is 83 - color contains mainly: red. Hex color #532D44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532D44 is #ACD2BB. Grayscale: #3A3A3A. Windows color (decimal): -11326140 or 4468051. OLE color: 4468051.

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

Color convert

RGB834568-
CMYK00.460.180.67
HSL323.68º29.69%25.1%-
HSV(B)323.68º45.78%32.55%-
XYZ5.554.135.97-
YUV58.98133.09145.13-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.35%
GREEN value IS 45 (17.97% from 255) = 22.96%
BLUE value IS 68 (26.95% from 255) = 34.69%
R=42.35%
G=22.96%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83456800.460.180.67323.6829.6925.1
Hex532D4402E12431441e19
Octal12355104056221035043631
Binary1010011101101100010001011101001010000111010001001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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