#532C47

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

Shades of Loulou #532C47

Tints of Loulou #532C47

Color information

#532C47 (or 0x532C47) is unknown color: approx Loulou. HEX triplet: 53, 2C and 47. RGB value is (83,44,71). Sum of RGB (Red+Green+Blue) = 83+44+71=198 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.92% from 198); Green value is 44 (17.58% from 255 or 22.22% from 198); Blue value is 71 (28.12% from 255 or 35.86% from 198); Max value from RGB is 83 - color contains mainly: red. Hex color #532C47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532C47 is #ACD3B8. Grayscale: #3A3A3A. Windows color (decimal): -11326393 or 4664403. OLE color: 4664403.

HSL color Cylindrical-coordinate representation of color #532C47: hue angle of 318.46º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #532C47 is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB834471-
CMYK00.470.140.67
HSL318.46º30.71%24.9%-
HSV(B)318.46º46.99%32.55%-
XYZ5.614.16.46-
YUV58.74134.92145.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.92%
GREEN value IS 44 (17.58% from 255) = 22.22%
BLUE value IS 71 (28.12% from 255) = 35.86%
R=41.92%
G=22.22%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83447100.470.140.67318.4630.7124.9
Hex532C4702FE4313e1f19
Octal12354107057161034763731
Binary101001110110010001110101111111010000111001111101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532C47; }

 p { color: rgb(83,44,71); }

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

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

 a { background-color: rgb(83,44,71); }

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

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

 span { border-color: rgb(83,44,71); }

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