#523448

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

Shades of Loulou #523448

Tints of Loulou #523448

Color information

#523448 (or 0x523448) is unknown color: approx Loulou. HEX triplet: 52, 34 and 48. RGB value is (82,52,72). Sum of RGB (Red+Green+Blue) = 82+52+72=206 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.81% from 206); Green value is 52 (20.70% from 255 or 25.24% from 206); Blue value is 72 (28.52% from 255 or 34.95% from 206); Max value from RGB is 82 - color contains mainly: red. Hex color #523448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523448 is #ADCBB7. Grayscale: #3F3F3F. Windows color (decimal): -11389880 or 4731986. OLE color: 4731986.

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

Color convert

RGB825272-
CMYK00.370.120.68
HSL320º22.39%26.27%-
HSV(B)320º36.59%32.16%-
XYZ5.884.726.73-
YUV63.25132.94141.37-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.81%
GREEN value IS 52 (20.70% from 255) = 25.24%
BLUE value IS 72 (28.52% from 255) = 34.95%
R=39.81%
G=25.24%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82527200.370.120.6832022.3926.27
Hex523448025C44140161a
Octal12264110045141045002632
Binary101001011010010010000100101110010001001010000001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523448; }

 p { color: rgb(82,52,72); }

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

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

 a { background-color: rgb(82,52,72); }

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

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

 span { border-color: rgb(82,52,72); }

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