#52324D

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

Shades of Loulou #52324D

Tints of Loulou #52324D

Color information

#52324D (or 0x52324D) is unknown color: approx Loulou. HEX triplet: 52, 32 and 4D. RGB value is (82,50,77). Sum of RGB (Red+Green+Blue) = 82+50+77=209 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.23% from 209); Green value is 50 (19.92% from 255 or 23.92% from 209); Blue value is 77 (30.47% from 255 or 36.84% from 209); Max value from RGB is 82 - color contains mainly: red. Hex color #52324D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52324D is #ADCDB2. Grayscale: #3E3E3E. Windows color (decimal): -11390387 or 5059154. OLE color: 5059154.

HSL color Cylindrical-coordinate representation of color #52324D: hue angle of 309.38º 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 #52324D is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB825077-
CMYK00.390.060.68
HSL309.38º24.24%25.88%-
HSV(B)309.38º39.02%32.16%-
XYZ5.964.617.6-
YUV62.65136.1141.8-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.23%
GREEN value IS 50 (19.92% from 255) = 23.92%
BLUE value IS 77 (30.47% from 255) = 36.84%
R=39.23%
G=23.92%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82507700.390.060.68309.3824.2425.88
Hex52324D027644135181a
Octal1226211504761044653032
Binary10100101100101001101010011111010001001001101011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52324D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52324D; }

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

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

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

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

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

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

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

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