#532549

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

Shades of Loulou #532549

Tints of Loulou #532549

Color information

#532549 (or 0x532549) is unknown color: approx Loulou. HEX triplet: 53, 25 and 49. RGB value is (83,37,73). Sum of RGB (Red+Green+Blue) = 83+37+73=193 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.01% from 193); Green value is 37 (14.84% from 255 or 19.17% from 193); Blue value is 73 (28.91% from 255 or 37.82% from 193); Max value from RGB is 83 - color contains mainly: red. Hex color #532549 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532549 is #ACDAB6. Grayscale: #363636. Windows color (decimal): -11328183 or 4793683. OLE color: 4793683.

HSL color Cylindrical-coordinate representation of color #532549: hue angle of 313.04º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #532549 is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB833773-
CMYK00.550.120.67
HSL313.04º38.33%23.53%-
HSV(B)313.04º55.42%32.55%-
XYZ5.433.646.72-
YUV54.86138.24148.07-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.01%
GREEN value IS 37 (14.84% from 255) = 19.17%
BLUE value IS 73 (28.91% from 255) = 37.82%
R=43.01%
G=19.17%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83377300.550.120.67313.0438.3323.53
Hex532549037C431392618
Octal12345111067141034714630
Binary1010011100101100100101101111100100001110011100110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532549; }

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

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

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

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

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

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

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

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