#531D44

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

Shades of Loulou #531D44

Tints of Loulou #531D44

Color information

#531D44 (or 0x531D44) is unknown color: approx Loulou. HEX triplet: 53, 1D and 44. RGB value is (83,29,68). Sum of RGB (Red+Green+Blue) = 83+29+68=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 29 (11.72% from 255 or 16.11% from 180); Blue value is 68 (26.95% from 255 or 37.78% from 180); Max value from RGB is 83 - color contains mainly: red. Hex color #531D44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531D44 is #ACE2BB. Grayscale: #313131. Windows color (decimal): -11330236 or 4463955. OLE color: 4463955.

HSL color Cylindrical-coordinate representation of color #531D44: hue angle of 316.67º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #531D44 is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB832968-
CMYK00.650.180.67
HSL316.67º48.21%21.96%-
HSV(B)316.67º65.06%32.55%-
XYZ5.053.145.81-
YUV49.59138.39151.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.11%
GREEN value IS 29 (11.72% from 255) = 16.11%
BLUE value IS 68 (26.95% from 255) = 37.78%
R=46.11%
G=16.11%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83296800.650.180.67316.6748.2121.96
Hex531D44041124313d3016
Octal123351040101221034756026
Binary10100111110110001000100000110010100001110011110111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531D44; }

 p { color: rgb(83,29,68); }

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

<style>
 a { background-color: #531D44; }

 a { background-color: rgb(83,29,68); }

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

<style>
 span { border-color: #531D44; }

 span { border-color: rgb(83,29,68); }

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