#532C49

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

Shades of Loulou #532C49

Tints of Loulou #532C49

Color information

#532C49 (or 0x532C49) is unknown color: approx Loulou. HEX triplet: 53, 2C and 49. RGB value is (83,44,73). Sum of RGB (Red+Green+Blue) = 83+44+73=200 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.5% from 200); Green value is 44 (17.58% from 255 or 22% from 200); Blue value is 73 (28.91% from 255 or 36.5% from 200); Max value from RGB is 83 - color contains mainly: red. Hex color #532C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532C49 is #ACD3B6. Grayscale: #3A3A3A. Windows color (decimal): -11326391 or 4795475. OLE color: 4795475.

HSL color Cylindrical-coordinate representation of color #532C49: hue angle of 315.38º 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 #532C49 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB834473-
CMYK00.470.120.67
HSL315.38º30.71%24.9%-
HSV(B)315.38º46.99%32.55%-
XYZ5.674.126.8-
YUV58.97135.92145.14-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.5%
GREEN value IS 44 (17.58% from 255) = 22%
BLUE value IS 73 (28.91% from 255) = 36.5%
R=41.5%
G=22%
B=36.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83447300.470.120.67315.3830.7124.9
Hex532C4902FC4313b1f19
Octal12354111057141034733731
Binary101001110110010010010101111110010000111001110111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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