#532D47

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

Shades of Loulou #532D47

Tints of Loulou #532D47

Color information

#532D47 (or 0x532D47) is unknown color: approx Loulou. HEX triplet: 53, 2D and 47. RGB value is (83,45,71). Sum of RGB (Red+Green+Blue) = 83+45+71=199 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.71% from 199); Green value is 45 (17.97% from 255 or 22.61% from 199); Blue value is 71 (28.12% from 255 or 35.68% from 199); Max value from RGB is 83 - color contains mainly: red. Hex color #532D47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532D47 is #ACD2B8. Grayscale: #3B3B3B. Windows color (decimal): -11326137 or 4664659. OLE color: 4664659.

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

Color convert

RGB834571-
CMYK00.460.140.67
HSL318.95º29.69%25.1%-
HSV(B)318.95º45.78%32.55%-
XYZ5.644.176.47-
YUV59.33134.59144.89-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.71%
GREEN value IS 45 (17.97% from 255) = 22.61%
BLUE value IS 71 (28.12% from 255) = 35.68%
R=41.71%
G=22.61%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83457100.460.140.67318.9529.6925.1
Hex532D4702EE4313f1e19
Octal12355107056161034773631
Binary101001110110110001110101110111010000111001111111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,45,71); }

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

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

 a { background-color: rgb(83,45,71); }

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

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

 span { border-color: rgb(83,45,71); }

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