#532E44

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

Shades of Loulou #532E44

Tints of Loulou #532E44

Color information

#532E44 (or 0x532E44) is unknown color: approx Loulou. HEX triplet: 53, 2E and 44. RGB value is (83,46,68). Sum of RGB (Red+Green+Blue) = 83+46+68=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 46 (18.36% from 255 or 23.35% from 197); Blue value is 68 (26.95% from 255 or 34.52% from 197); Max value from RGB is 83 - color contains mainly: red. Hex color #532E44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532E44 is #ACD1BB. Grayscale: #3B3B3B. Windows color (decimal): -11325884 or 4468307. OLE color: 4468307.

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

Color convert

RGB834668-
CMYK00.450.180.67
HSL324.32º28.68%25.29%-
HSV(B)324.32º44.58%32.55%-
XYZ5.594.215.99-
YUV59.57132.76144.71-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.13%
GREEN value IS 46 (18.36% from 255) = 23.35%
BLUE value IS 68 (26.95% from 255) = 34.52%
R=42.13%
G=23.35%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83466800.450.180.67324.3228.6825.29
Hex532E4402D12431441d19
Octal12356104055221035043531
Binary1010011101110100010001011011001010000111010001001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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