#532C4A

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

Shades of Loulou #532C4A

Tints of Loulou #532C4A

Color information

#532C4A (or 0x532C4A) is unknown color: approx Loulou. HEX triplet: 53, 2C and 4A. RGB value is (83,44,74). Sum of RGB (Red+Green+Blue) = 83+44+74=201 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.29% from 201); Green value is 44 (17.58% from 255 or 21.89% from 201); Blue value is 74 (29.30% from 255 or 36.82% from 201); Max value from RGB is 83 - color contains mainly: red. Hex color #532C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532C4A is #ACD3B5. Grayscale: #3B3B3B. Windows color (decimal): -11326390 or 4861011. OLE color: 4861011.

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

Color convert

RGB834474-
CMYK00.470.110.67
HSL313.85º30.71%24.9%-
HSV(B)313.85º46.99%32.55%-
XYZ5.74.136.98-
YUV59.08136.42145.06-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.29%
GREEN value IS 44 (17.58% from 255) = 21.89%
BLUE value IS 74 (29.30% from 255) = 36.82%
R=41.29%
G=21.89%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83447400.470.110.67313.8530.7124.9
Hex532C4A02FB4313a1f19
Octal12354112057131034723731
Binary101001110110010010100101111101110000111001110101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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