#532644

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

Shades of Loulou #532644

Tints of Loulou #532644

Color information

#532644 (or 0x532644) is unknown color: approx Loulou. HEX triplet: 53, 26 and 44. RGB value is (83,38,68). Sum of RGB (Red+Green+Blue) = 83+38+68=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 38 (15.23% from 255 or 20.11% from 189); Blue value is 68 (26.95% from 255 or 35.98% from 189); Max value from RGB is 83 - color contains mainly: red. Hex color #532644 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532644 is #ACD9BB. Grayscale: #363636. Windows color (decimal): -11327932 or 4466259. OLE color: 4466259.

HSL color Cylindrical-coordinate representation of color #532644: hue angle of 320º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #532644 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB833868-
CMYK00.540.180.67
HSL320º37.19%23.73%-
HSV(B)320º54.22%32.55%-
XYZ5.33.645.89-
YUV54.88135.41148.06-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.92%
GREEN value IS 38 (15.23% from 255) = 20.11%
BLUE value IS 68 (26.95% from 255) = 35.98%
R=43.92%
G=20.11%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83386800.540.180.6732037.1923.73
Hex53264403612431402518
Octal12346104066221035004530
Binary10100111001101000100011011010010100001110100000010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532644; }

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

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

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

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

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

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

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

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