#532C4D

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

Shades of Loulou #532C4D

Tints of Loulou #532C4D

Color information

#532C4D (or 0x532C4D) is unknown color: approx Loulou. HEX triplet: 53, 2C and 4D. RGB value is (83,44,77). Sum of RGB (Red+Green+Blue) = 83+44+77=204 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.69% from 204); Green value is 44 (17.58% from 255 or 21.57% from 204); Blue value is 77 (30.47% from 255 or 37.75% from 204); Max value from RGB is 83 - color contains mainly: red. Hex color #532C4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532C4D is #ACD3B2. Grayscale: #3B3B3B. Windows color (decimal): -11326387 or 5057619. OLE color: 5057619.

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

Color convert

RGB834477-
CMYK00.470.070.67
HSL309.23º30.71%24.9%-
HSV(B)309.23º46.99%32.55%-
XYZ5.814.187.52-
YUV59.42137.92144.82-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.69%
GREEN value IS 44 (17.58% from 255) = 21.57%
BLUE value IS 77 (30.47% from 255) = 37.75%
R=40.69%
G=21.57%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83447700.470.070.67309.2330.7124.9
Hex532C4D02F7431351f19
Octal1235411505771034653731
Binary10100111011001001101010111111110000111001101011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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