#523047

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

Shades of Loulou #523047

Tints of Loulou #523047

Color information

#523047 (or 0x523047) is unknown color: approx Loulou. HEX triplet: 52, 30 and 47. RGB value is (82,48,71). Sum of RGB (Red+Green+Blue) = 82+48+71=201 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.80% from 201); Green value is 48 (19.14% from 255 or 23.88% from 201); Blue value is 71 (28.12% from 255 or 35.32% from 201); Max value from RGB is 82 - color contains mainly: red. Hex color #523047 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523047 is #ADCFB8. Grayscale: #3C3C3C. Windows color (decimal): -11390905 or 4665426. OLE color: 4665426.

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

Color convert

RGB824871-
CMYK00.410.130.68
HSL319.41º26.15%25.49%-
HSV(B)319.41º41.46%32.16%-
XYZ5.674.366.5-
YUV60.79133.76143.13-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.80%
GREEN value IS 48 (19.14% from 255) = 23.88%
BLUE value IS 71 (28.12% from 255) = 35.32%
R=40.80%
G=23.88%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82487100.410.130.68319.4126.1525.49
Hex523047029D4413f1a19
Octal12260107051151044773231
Binary101001011000010001110101001110110001001001111111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523047; }

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

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

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

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

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

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

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

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