#523247

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

Shades of Loulou #523247

Tints of Loulou #523247

Color information

#523247 (or 0x523247) is unknown color: approx Loulou. HEX triplet: 52, 32 and 47. RGB value is (82,50,71). Sum of RGB (Red+Green+Blue) = 82+50+71=203 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.39% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 71 (28.12% from 255 or 34.98% from 203); Max value from RGB is 82 - color contains mainly: red. Hex color #523247 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523247 is #ADCDB8. Grayscale: #3D3D3D. Windows color (decimal): -11390393 or 4665938. OLE color: 4665938.

HSL color Cylindrical-coordinate representation of color #523247: hue angle of 320.62º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #523247 is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.68.

Color convert

RGB825071-
CMYK00.390.130.68
HSL320.62º24.24%25.88%-
HSV(B)320.62º39.02%32.16%-
XYZ5.764.536.53-
YUV61.96133.1142.29-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.39%
GREEN value IS 50 (19.92% from 255) = 24.63%
BLUE value IS 71 (28.12% from 255) = 34.98%
R=40.39%
G=24.63%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82507100.390.130.68320.6224.2425.88
Hex523247027D44141181a
Octal12262107047151045013032
Binary101001011001010001110100111110110001001010000011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523247; }

 p { color: rgb(82,50,71); }

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

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

 a { background-color: rgb(82,50,71); }

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

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

 span { border-color: rgb(82,50,71); }

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