#532B47

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

Shades of Loulou #532B47

Tints of Loulou #532B47

Color information

#532B47 (or 0x532B47) is unknown color: approx Loulou. HEX triplet: 53, 2B and 47. RGB value is (83,43,71). Sum of RGB (Red+Green+Blue) = 83+43+71=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 43 (17.19% from 255 or 21.83% from 197); Blue value is 71 (28.12% from 255 or 36.04% from 197); Max value from RGB is 83 - color contains mainly: red. Hex color #532B47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532B47 is #ACD4B8. Grayscale: #3A3A3A. Windows color (decimal): -11326649 or 4664147. OLE color: 4664147.

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

Color convert

RGB834371-
CMYK00.480.140.67
HSL318º31.75%24.71%-
HSV(B)318º48.19%32.55%-
XYZ5.574.026.44-
YUV58.15135.25145.72-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.13%
GREEN value IS 43 (17.19% from 255) = 21.83%
BLUE value IS 71 (28.12% from 255) = 36.04%
R=42.13%
G=21.83%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83437100.480.140.6731831.7524.71
Hex532B47030E4313e2019
Octal12353107060161034764031
Binary1010011101011100011101100001110100001110011111010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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