#532B4D

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

Shades of Loulou #532B4D

Tints of Loulou #532B4D

Color information

#532B4D (or 0x532B4D) is unknown color: approx Loulou. HEX triplet: 53, 2B and 4D. RGB value is (83,43,77). Sum of RGB (Red+Green+Blue) = 83+43+77=203 (26% of max value = 765). Red value is 83 (32.81% from 255 or 40.89% from 203); Green value is 43 (17.19% from 255 or 21.18% from 203); Blue value is 77 (30.47% from 255 or 37.93% from 203); Max value from RGB is 83 - color contains mainly: red. Hex color #532B4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532B4D is #ACD4B2. Grayscale: #3A3A3A. Windows color (decimal): -11326643 or 5057363. OLE color: 5057363.

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

Color convert

RGB834377-
CMYK00.480.070.67
HSL309º31.75%24.71%-
HSV(B)309º48.19%32.55%-
XYZ5.774.17.51-
YUV58.84138.25145.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.89%
GREEN value IS 43 (17.19% from 255) = 21.18%
BLUE value IS 77 (30.47% from 255) = 37.93%
R=40.89%
G=21.18%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83437700.480.070.6730931.7524.71
Hex532B4D0307431352019
Octal1235311506071034654031
Binary101001110101110011010110000111100001110011010110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,43,77); }

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

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

 a { background-color: rgb(83,43,77); }

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

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

 span { border-color: rgb(83,43,77); }

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